diff --git a/rpc/example/node/package-lock.json b/rpc/example/node/package-lock.json index dd3c6558..74223a8a 100644 --- a/rpc/example/node/package-lock.json +++ b/rpc/example/node/package-lock.json @@ -11,7 +11,7 @@ "async": "^3.2.6", "google-protobuf": "^3.21.4", "grpc": "^1.24.11", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "minimist": ">=1.2.8" } }, @@ -431,9 +431,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", diff --git a/rpc/example/node/package.json b/rpc/example/node/package.json index f728fdfa..9f9b4a77 100644 --- a/rpc/example/node/package.json +++ b/rpc/example/node/package.json @@ -5,7 +5,7 @@ "async": "^3.2.6", "google-protobuf": "^3.21.4", "grpc": "^1.24.11", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "minimist": ">=1.2.8" } }