diff --git a/package-lock.json b/package-lock.json index fe91aa7..5031fb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "husky": "9.1.7", "is-ci": "4.1.0", "jest": "30.1.3", - "lodash": "4.17.21", + "lodash": "4.18.1", "prettier": "3.6.2" }, "engines": { @@ -3832,9 +3832,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==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8039680..5baae36 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "husky": "9.1.7", "is-ci": "4.1.0", "jest": "30.1.3", - "lodash": "4.17.21", + "lodash": "4.18.1", "prettier": "3.6.2" }, "engines": {