From 20d6bbcb6e52b4ed6ea9642810327c0ff925dc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 20:37:02 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.15 to 4.17.21 in /nebtestkit Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- nebtestkit/package-lock.json | 6 +++--- nebtestkit/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nebtestkit/package-lock.json b/nebtestkit/package-lock.json index bfabbdcc5..424c140c7 100644 --- a/nebtestkit/package-lock.json +++ b/nebtestkit/package-lock.json @@ -1612,9 +1612,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "long": { "version": "3.2.0", diff --git a/nebtestkit/package.json b/nebtestkit/package.json index a98b0822a..6a3d894fd 100644 --- a/nebtestkit/package.json +++ b/nebtestkit/package.json @@ -21,7 +21,7 @@ "async": "^1.5.2", "bignumber.js": "^5.0.0", "grpc": "^1.10.0", - "lodash": ">=4.17.13", + "lodash": ">=4.17.21", "minimist": "^1.2.0", "nebulas": "^0.4.6", "node-schedule": "^1.3.0",