From 0ebb53ebabfc82750d73755fdebbf6c2aa87e566 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 07:49:44 +0000 Subject: [PATCH] fix: examples/hello-npm/package.json & examples/hello-npm/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- examples/hello-npm/package-lock.json | 8 ++++---- examples/hello-npm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/hello-npm/package-lock.json b/examples/hello-npm/package-lock.json index f92c901..41d3eb4 100644 --- a/examples/hello-npm/package-lock.json +++ b/examples/hello-npm/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@types/lodash": "^4.17.10", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@redis/client": "^1.6.0", @@ -108,9 +108,9 @@ } }, "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/redis": { diff --git a/examples/hello-npm/package.json b/examples/hello-npm/package.json index d505cdf..7ee3481 100644 --- a/examples/hello-npm/package.json +++ b/examples/hello-npm/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "dependencies": { "@types/lodash": "^4.17.10", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@redis/client": "^1.6.0",