From ae219ae3039737d52da3ec109c7c0b43d97a72c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:41:53 +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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83a4465..f6fc133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "eh-api-client", - "version": "0.48.1", + "version": "0.48.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eh-api-client", - "version": "0.48.1", + "version": "0.48.2", "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", - "lodash": "^3.9.3", + "lodash": "^4.17.21", "nodeify": "^1.0.1", "request": "^2.73.0" }, @@ -509,9 +509,9 @@ "dev": true }, "node_modules/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==" }, "node_modules/lolex": { "version": "1.3.2", @@ -1275,9 +1275,9 @@ "dev": true }, "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==" }, "lolex": { "version": "1.3.2", diff --git a/package.json b/package.json index fd4d3e4..2c38830 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", - "lodash": "^3.9.3", + "lodash": "^4.17.21", "nodeify": "^1.0.1", "request": "^2.73.0" },