From 55a33ebda765a5888caa29c521446922017feb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:02:00 +0000 Subject: [PATCH] Bump lodash in /sentinel/src/main/webapp/resources 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) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel/src/main/webapp/resources/package-lock.json | 10 +++++----- sentinel/src/main/webapp/resources/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sentinel/src/main/webapp/resources/package-lock.json b/sentinel/src/main/webapp/resources/package-lock.json index b18d46695..4ce0b4fb1 100644 --- a/sentinel/src/main/webapp/resources/package-lock.json +++ b/sentinel/src/main/webapp/resources/package-lock.json @@ -2416,9 +2416,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==" }, "lodash._basecopy": { "version": "3.0.1", @@ -4176,13 +4176,13 @@ "dependencies": { "commander": { "version": "2.17.1", - "resolved": "http://registry.npm.taobao.org/commander/download/commander-2.17.1.tgz", + "resolved": "https://registry.npm.taobao.org/commander/download/commander-2.17.1.tgz", "integrity": "sha1-vXerfebelCBc6sxy8XFtKfIKd78=", "dev": true }, "source-map": { "version": "0.6.1", - "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz", + "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz", "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", "dev": true } diff --git a/sentinel/src/main/webapp/resources/package.json b/sentinel/src/main/webapp/resources/package.json index b62fb328f..f3053121c 100644 --- a/sentinel/src/main/webapp/resources/package.json +++ b/sentinel/src/main/webapp/resources/package.json @@ -30,7 +30,7 @@ "angularjs-bootstrap-datetimepicker": "^1.1.4", "bootstrap-switch": "^3.3.4", "bootstrap-tagsinput": "~0.7.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "moment": "^2.12.0", "ng-dialog": "^0.6.6", "ng-tags-input": "~3.0.0",