From 7f976f93e00a8b622543960087d3ce5ce44e683d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:06:41 +0000 Subject: [PATCH] Bump lodash in /src/Exceptionless.Web/ClientApp.angular Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ClientApp.angular/package-lock.json | 16 ++++++++++++---- .../ClientApp.angular/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp.angular/package-lock.json b/src/Exceptionless.Web/ClientApp.angular/package-lock.json index 2865348065..d0303309cb 100644 --- a/src/Exceptionless.Web/ClientApp.angular/package-lock.json +++ b/src/Exceptionless.Web/ClientApp.angular/package-lock.json @@ -41,7 +41,7 @@ "jquery": "3.7.0", "less": "4.1.3", "li": "1.3.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "moment": "2.29.4", "mousetrap": "1.6.5", "ng-debounce": "1.0.1", @@ -5956,6 +5956,13 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/load-grunt-config/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, "node_modules/load-grunt-tasks": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-5.1.0.tgz", @@ -6024,9 +6031,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.isfinite": { "version": "3.3.2", diff --git a/src/Exceptionless.Web/ClientApp.angular/package.json b/src/Exceptionless.Web/ClientApp.angular/package.json index 120fe16e81..94041555c3 100644 --- a/src/Exceptionless.Web/ClientApp.angular/package.json +++ b/src/Exceptionless.Web/ClientApp.angular/package.json @@ -75,7 +75,7 @@ "jquery": "3.7.0", "less": "4.1.3", "li": "1.3.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "moment": "2.29.4", "mousetrap": "1.6.5", "ng-debounce": "1.0.1",