diff --git a/package-lock.json b/package-lock.json index 799993b17..1b7379602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "gulp-sass": "^5.1.0", "home-office-kit": "^1.0.5", "inquirer": "^8.2.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "marked": "^4.0.10", "notifications-node-client": "^5.1.0", "nunjucks": "^3.2.1", @@ -13876,9 +13876,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.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash.clonedeep": { diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 6f89d764d..a4ce1278d --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp-sass": "^5.1.0", "home-office-kit": "^1.0.5", "inquirer": "^8.2.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "marked": "^4.0.10", "notifications-node-client": "^5.1.0", "nunjucks": "^3.2.1",