From 6380d58693a1c45396139bfea474a09487e78ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 14:51:25 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.15 to 4.17.21 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c9888b..41e2fc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "greasemonkey": "^1.0.3", "jquery": "^3.3.1", "jquery-ui-dist": "^1.12.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "moment": "^2.29.1" }, "devDependencies": { @@ -3115,9 +3115,9 @@ } }, "node_modules/lodash": { - "version": "4.17.15", - "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz", - "integrity": "sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/loud-rejection": { "version": "1.6.0", @@ -9036,9 +9036,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz", - "integrity": "sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "loud-rejection": { "version": "1.6.0", diff --git a/package.json b/package.json index 58233ac..934c18c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "greasemonkey": "^1.0.3", "jquery": "^3.3.1", "jquery-ui-dist": "^1.12.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "moment": "^2.29.1" } }