From 666b5e0df737484db9e99934c405640417845d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:01:38 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 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] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 904b23a..ca253f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "gulp-nodemon": "^2.5.0", "gulp-rename": "^1.4.0", "gulp-sass": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nhsapp-frontend": "^2.3.0", "nhsuk-frontend": "^8.3.0", "nunjucks": "^3.2.3", @@ -9725,7 +9725,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "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": { diff --git a/package.json b/package.json index a9de0d7..76b8d09 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-nodemon": "^2.5.0", "gulp-rename": "^1.4.0", "gulp-sass": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nhsapp-frontend": "^2.3.0", "nhsuk-frontend": "^8.3.0", "nunjucks": "^3.2.3",