From a6eb11bf7eaca7f026cb466e67d3b48f68b0987f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:25:09 +0000 Subject: [PATCH] build(deps): bump lodash in /user-interface/src/main/angular Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-interface/src/main/angular/package-lock.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/user-interface/src/main/angular/package-lock.json b/user-interface/src/main/angular/package-lock.json index 241e5d77..5a76afa5 100644 --- a/user-interface/src/main/angular/package-lock.json +++ b/user-interface/src/main/angular/package-lock.json @@ -9095,10 +9095,11 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "dev": true, + "license": "MIT" }, "node_modules/lodash-es": { "version": "4.17.21", @@ -14441,6 +14442,9 @@ "dependencies": { "tslib": "^2.3.0" } + }, + "node_modules/zone/node_modules/sl-blip": { + "optional": true } } }