From c5dfc5055b324c4a781f1e30c2a8f24d188ccdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 19:28:33 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /test/lib/benchmark.js 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] --- test/lib/benchmark.js/package-lock.json | 6 +++--- test/lib/benchmark.js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/lib/benchmark.js/package-lock.json b/test/lib/benchmark.js/package-lock.json index 1bdf0e7..f1be494 100644 --- a/test/lib/benchmark.js/package-lock.json +++ b/test/lib/benchmark.js/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" }, "platform": { "version": "1.3.5", diff --git a/test/lib/benchmark.js/package.json b/test/lib/benchmark.js/package.json index ea3a1c2..1db7e14 100644 --- a/test/lib/benchmark.js/package.json +++ b/test/lib/benchmark.js/package.json @@ -22,7 +22,7 @@ "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" }, "dependencies": { - "lodash": "4.17.15", + "lodash": "4.17.21", "platform": "1.3.5" }, "engines": [