From fa167b2d4df6c2fea9280db1ff591ade20421585 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 06:58:53 +0000 Subject: [PATCH] fix: jsx/package.json & jsx/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- jsx/package-lock.json | 8 ++++---- jsx/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jsx/package-lock.json b/jsx/package-lock.json index f59a596509..6959d6ea94 100644 --- a/jsx/package-lock.json +++ b/jsx/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "bootstrap": "^5.3.7", "history": "^5.3.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "prop-types": "^15.8.1", "react": "^19.1.1", "react-bootstrap": "^2.10.10", @@ -9455,9 +9455,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/lodash.debounce": { diff --git a/jsx/package.json b/jsx/package.json index e9716b9032..e3b277bc9a 100644 --- a/jsx/package.json +++ b/jsx/package.json @@ -37,7 +37,7 @@ "dependencies": { "bootstrap": "^5.3.7", "history": "^5.3.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "prop-types": "^15.8.1", "react": "^19.1.1", "react-bootstrap": "^2.10.10",