From 1dc03f1f91b2d949038b55525ee846c392e83c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:51:01 +0000 Subject: [PATCH] Bump lodash from 4.17.23 to 4.18.1 in /openam-ui/openam-ui-api Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- openam-ui/openam-ui-api/package-lock.json | 11 ++++++----- openam-ui/openam-ui-api/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/openam-ui/openam-ui-api/package-lock.json b/openam-ui/openam-ui-api/package-lock.json index 784267dac8..219e843a97 100644 --- a/openam-ui/openam-ui-api/package-lock.json +++ b/openam-ui/openam-ui-api/package-lock.json @@ -14,7 +14,7 @@ "grunt": "^1.6.1", "grunt-cli": "1.4.3", "grunt-contrib-copy": "1.0.0", - "lodash": "^4.17.23" + "lodash": "^4.18.1" } }, "node_modules/@scarf/scarf": { @@ -833,10 +833,11 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "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/make-iterator": { "version": "1.0.1", diff --git a/openam-ui/openam-ui-api/package.json b/openam-ui/openam-ui-api/package.json index 57c7d6e419..c0ccdfa56f 100644 --- a/openam-ui/openam-ui-api/package.json +++ b/openam-ui/openam-ui-api/package.json @@ -10,7 +10,7 @@ "grunt": "^1.6.1", "grunt-cli": "1.4.3", "grunt-contrib-copy": "1.0.0", - "lodash": "^4.17.23" + "lodash": "^4.18.1" }, "dependencies": { "swagger-ui-dist": ">=5.29.0"