From 0a3de3a690d6486fa3adeec0e3bda70bfefc52f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 04:42:07 +0000 Subject: [PATCH] Bump lodash from 4.17.19 to 4.17.21 in /Inellipse/biu-matrix-frontend Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] --- Inellipse/biu-matrix-frontend/package-lock.json | 16 +++++++++------- Inellipse/biu-matrix-frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Inellipse/biu-matrix-frontend/package-lock.json b/Inellipse/biu-matrix-frontend/package-lock.json index cb5fd78b..25b353b4 100644 --- a/Inellipse/biu-matrix-frontend/package-lock.json +++ b/Inellipse/biu-matrix-frontend/package-lock.json @@ -7743,9 +7743,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.clonedeep": { "version": "4.5.0", @@ -10261,7 +10261,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, "requires": { "safe-buffer": "^5.1.0" } @@ -11054,9 +11053,12 @@ } }, "serialize-javascript": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.1.tgz", - "integrity": "sha512-MPLPRpD4FNqWq9tTIjYG5LesFouDhdyH0EPY3gVK4DRD5+g4aDqdNSzLIwceulo3Yj+PL1bPh6laE5+H6LTcrQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-3.1.0.tgz", + "integrity": "sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==", + "requires": { + "randombytes": "^2.1.0" + } }, "serve-index": { "version": "1.9.1", diff --git a/Inellipse/biu-matrix-frontend/package.json b/Inellipse/biu-matrix-frontend/package.json index dad99754..80c21fc2 100644 --- a/Inellipse/biu-matrix-frontend/package.json +++ b/Inellipse/biu-matrix-frontend/package.json @@ -38,7 +38,7 @@ "jquery": "^3.5.0", "js-yaml": "^3.13.1", "kind-of": "^6.0.3", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "lodash.mergewith": "^4.6.2", "mem": "^5.1.1", "minimist": "^1.2.5",