diff --git a/package-lock.json b/package-lock.json index 13be95b8..c59df5a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "govuk-frontend": "^5.11.2", "imagemin-cli": "8.0.0", "js-yaml": "^3.14.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "minimist": "^1.2.8", "node": "^22.21.1", "npm-run-all2": "^8.0.4", @@ -27,7 +27,7 @@ "shx": "^0.4.0", "svgo": "2.8.0", "tunnel-agent": "^0.6.0", - "vue": "^3.5.23", + "vue": "3.5.23", "whatwg-fetch": "^3.6.20", "yargs-parser": "^13.1.2" }, @@ -6515,9 +6515,9 @@ } }, "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._getnative": { diff --git a/package.json b/package.json index e69ff7ac..966a53f2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "govuk-frontend": "^5.11.2", "imagemin-cli": "8.0.0", "js-yaml": "^3.14.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "minimist": "^1.2.8", "node": "^22.21.1", "npm-run-all2": "^8.0.4",