From 4cbe65cb69f946264cf333ff5bce8de734b2fc73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 12:41:15 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef7ce7d..0ba07a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "js-yaml": "^4.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "semver": "~7.5.4", "yargs": "~17.7.2" }, @@ -2289,9 +2289,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._createwrapper": { "version": "3.2.0", diff --git a/package.json b/package.json index 5057bc4..e201d3d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "dependencies": { "js-yaml": "^4.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "semver": "~7.5.4", "yargs": "~17.7.2" },