From 1b0325da73b25974435a556f6b4ad81dd1f11437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:04:18 +0000 Subject: [PATCH] Bump lodash in /dashboard in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /dashboard directory: [lodash](https://github.com/lodash/lodash). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 0be7d52f..6778c33b 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -26,7 +26,7 @@ "gatsby-transformer-json": "^5.4.0", "jest-environment-jsdom": "^29.4.0", "js-search": "^2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nhsuk-frontend": "^6.1.0", "no-scroll": "^2.1.1", "react": "^18.2.0", @@ -17784,9 +17784,9 @@ "license": "MIT" }, "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-id": { diff --git a/dashboard/package.json b/dashboard/package.json index bcf0a186..897f50a3 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -55,7 +55,7 @@ "gatsby-transformer-json": "^5.4.0", "jest-environment-jsdom": "^29.4.0", "js-search": "^2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nhsuk-frontend": "^6.1.0", "no-scroll": "^2.1.1", "react": "^18.2.0",