diff --git a/gcp-test/package-lock.json b/gcp-test/package-lock.json index d966040a..690bd306 100644 --- a/gcp-test/package-lock.json +++ b/gcp-test/package-lock.json @@ -11,7 +11,7 @@ "diff": "^4.0.4", "fs-extra": "^9.0.1", "json-diff": "^0.5.4", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "micromatch": "^4.0.8" } }, @@ -230,9 +230,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==", "license": "MIT" }, "node_modules/micromatch": { diff --git a/gcp-test/package.json b/gcp-test/package.json index f522cc04..e89762a0 100644 --- a/gcp-test/package.json +++ b/gcp-test/package.json @@ -6,7 +6,7 @@ "diff": "^4.0.4", "fs-extra": "^9.0.1", "json-diff": "^0.5.4", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "micromatch": "^4.0.8" } }