diff --git a/jsx/package-lock.json b/jsx/package-lock.json index 0963ab4d..a95c1582 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.8.2", + "react-router": "^7.9.3", "redux": "^5.0.1", "regenerator-runtime": "^0.14.1" }, @@ -11290,9 +11290,9 @@ } }, "node_modules/react-router": { - "version": "7.8.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.2.tgz", - "integrity": "sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==", + "version": "7.9.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.3.tgz", + "integrity": "sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/jsx/package.json b/jsx/package.json index d83ca386..648bd0ed 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.8.2", + "react-router": "^7.9.3", "redux": "^5.0.1", "regenerator-runtime": "^0.14.1" },