diff --git a/package-lock.json b/package-lock.json index 09c21c7..26a2d6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "colors": "1.4.0", "figures": "2.0.0", "gm": "1.25.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "yargs": "16.2.0" }, "bin": { @@ -3951,9 +3951,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.flattendeep": { diff --git a/package.json b/package.json index ffcda6a..18dc3bb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "colors": "1.4.0", "figures": "2.0.0", "gm": "1.25.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "yargs": "16.2.0" }, "engines": {