From 923e9d0164ffc83fbe07327e28b404f80ca24ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:08:10 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /prototype 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] --- prototype/package-lock.json | 9 +++++---- prototype/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/prototype/package-lock.json b/prototype/package-lock.json index 68d812f2..138b4dad 100644 --- a/prototype/package-lock.json +++ b/prototype/package-lock.json @@ -32,7 +32,7 @@ "gulp-sass": "^5.0.0", "home-office-kit": "^1.0.5", "inquirer": "^8.2.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^4.0.10", "notifications-node-client": "^5.1.0", "nunjucks": "^3.2.1", @@ -8661,9 +8661,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.clonedeep": { "version": "4.5.0", diff --git a/prototype/package.json b/prototype/package.json index 92f52e05..9179ed41 100644 --- a/prototype/package.json +++ b/prototype/package.json @@ -37,7 +37,7 @@ "gulp-sass": "^5.0.0", "home-office-kit": "^1.0.5", "inquirer": "^8.2.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^4.0.10", "notifications-node-client": "^5.1.0", "nunjucks": "^3.2.1",