From 15e2fdd477217b280f9cf36655607512e7c5605a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 11:34:56 +0000 Subject: [PATCH] fix: rpc/example/node/package.json & rpc/example/node/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- rpc/example/node/package-lock.json | 9 +++++---- rpc/example/node/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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" } }