From 3b3535ceaf1c0cf7f8f29e66152e8dd7843c7459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 18:47:33 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.21) Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 883e54d..ba67006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -288,6 +288,11 @@ "q": "^1.4.1" }, "dependencies": { + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + }, "m-io": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/m-io/-/m-io-0.3.1.tgz", @@ -1349,9 +1354,9 @@ } }, "lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash._arraycopy": { "version": "3.0.0", diff --git a/package.json b/package.json index 1b92dc3..bb39342 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "customize": "^1.0.0", "debug": "^2.2.0", "deep-aplus": "^1.0.4", - "lodash": "^3.10.1", + "lodash": "^4.17.21", "m-io": "^0.5.0", "q": "^1.4.1" },