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",