From f4769046ee2c844f064584723ba75dd870831241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 22:20:00 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /node Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- node/package-lock.json | 6 +++--- node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index 2f6bfc9..d462052 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -948,9 +948,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/node/package.json b/node/package.json index 98dc5d1..80c9718 100644 --- a/node/package.json +++ b/node/package.json @@ -24,6 +24,6 @@ "koa-router": "^7.4.0", "libra-grpc": "0.0.3", "libra-weight": "0.0.2", - "lodash": "^4.17.11" + "lodash": "^4.17.21" } }