diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json index de17d337..e1dac970 100644 --- a/examples/node/package-lock.json +++ b/examples/node/package-lock.json @@ -11,7 +11,7 @@ "@grpc/proto-loader": "^0.5.0", "async": "^1.5.2", "google-protobuf": "^3.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "minimist": "^1.2.0" } }, @@ -535,9 +535,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/lodash.camelcase": { diff --git a/examples/node/package.json b/examples/node/package.json index 5aa6371e..ed502cc6 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -6,7 +6,7 @@ "async": "^1.5.2", "google-protobuf": "^3.0.0", "@grpc/grpc-js": "^1.1.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "minimist": "^1.2.0" } }