From 421c4997ff6b458100bf049d1310bf8e39f66f81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 05:26:40 +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-REACTROUTER-14908429 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908293 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908289 --- 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..d5143795cf 100644 --- a/jsx/package-lock.json +++ b/jsx/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "^19.1.1", "react-icons": "^5.5.0", "react-redux": "^9.2.0", - "react-router": "^7.7.1", + "react-router": "^7.12.0", "redux": "^5.0.1", "regenerator-runtime": "^0.14.1" }, @@ -10791,9 +10791,9 @@ } }, "node_modules/react-router": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.7.1.tgz", - "integrity": "sha512-jVKHXoWRIsD/qS6lvGveckwb862EekvapdHJN/cGmzw40KnJH5gg53ujOJ4qX6EKIK9LSBfFed/xiQ5yeXNrUA==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", + "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/jsx/package.json b/jsx/package.json index e9716b9032..90fec189fd 100644 --- a/jsx/package.json +++ b/jsx/package.json @@ -44,7 +44,7 @@ "react-dom": "^19.1.1", "react-icons": "^5.5.0", "react-redux": "^9.2.0", - "react-router": "^7.7.1", + "react-router": "^7.12.0", "redux": "^5.0.1", "regenerator-runtime": "^0.14.1" },