diff --git a/package-lock.json b/package-lock.json index 472ba0daf3..24247a29e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jest": "^29.7.0", "jimp": "^0.22.12", "json": "^11.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mime": "^4.0.6", "npm-run-all": "^4.1.5", "postcss": "^8.4.31", @@ -8975,10 +8975,11 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "dev": true, + "license": "MIT" }, "node_modules/lodash.deburr": { "version": "4.1.0", diff --git a/package.json b/package.json index cf27694361..f8160d1223 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jest": "^29.7.0", "jimp": "^0.22.12", "json": "^11.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mime": "^4.0.6", "npm-run-all": "^4.1.5", "postcss": "^8.4.31",