diff --git a/package-lock.json b/package-lock.json index bda5ec87c5..9fcebaf7c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6460,9 +6460,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "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" }, @@ -12447,7 +12447,7 @@ "colors": "~1.1.2", "grunt-legacy-log-utils": "~2.1.0", "hooker": "~0.2.3", - "lodash": "~4.17.19" + "lodash": "~4.18.0" } }, "grunt-legacy-log-utils": { @@ -12469,7 +12469,7 @@ "exit": "~0.1.2", "getobject": "~1.0.0", "hooker": "~0.2.3", - "lodash": "~4.17.21", + "lodash": "~4.18.0", "underscore.string": "~3.3.5", "which": "~2.0.2" }, @@ -13163,9 +13163,9 @@ } }, "lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true }, "lodash.debounce": { diff --git a/package.json b/package.json index ac8f6e1e5a..c040112949 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,8 @@ }, "overrides": { "grunt": { - "minimatch": "~3.1.3" + "minimatch": "~3.1.3", + "lodash": "~4.18.0" } } }