Merge pull request #5156 from jupyterhub/dependabot/npm_and_yarn/jsx/react-router-7.9.3

Bump react-router from 7.8.2 to 7.9.3 in /jsx
This commit is contained in:
Simon Li
2025-10-01 19:42:33 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
jsx/package-lock.json generated
View File

@@ -18,7 +18,7 @@
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.8.2", "react-router": "^7.9.3",
"redux": "^5.0.1", "redux": "^5.0.1",
"regenerator-runtime": "^0.14.1" "regenerator-runtime": "^0.14.1"
}, },
@@ -11290,9 +11290,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "7.8.2", "version": "7.9.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.3.tgz",
"integrity": "sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==", "integrity": "sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"cookie": "^1.0.1", "cookie": "^1.0.1",

View File

@@ -44,7 +44,7 @@
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.8.2", "react-router": "^7.9.3",
"redux": "^5.0.1", "redux": "^5.0.1",
"regenerator-runtime": "^0.14.1" "regenerator-runtime": "^0.14.1"
}, },