From feaed66f7e40483095fd4a2731a632c081187635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:37:22 +0000 Subject: [PATCH] Bump react-router and react-router-dom in /src/UIs/reactjs Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) to 7.12.0 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Updates `react-router` from 7.9.6 to 7.12.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router) Updates `react-router-dom` from 7.9.6 to 7.12.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.12.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: indirect - dependency-name: react-router-dom dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/UIs/reactjs/package-lock.json | 16 ++++++++-------- src/UIs/reactjs/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/UIs/reactjs/package-lock.json b/src/UIs/reactjs/package-lock.json index a31e5fa6..5d09e360 100644 --- a/src/UIs/reactjs/package-lock.json +++ b/src/UIs/reactjs/package-lock.json @@ -26,7 +26,7 @@ "react-datepicker": "^8.10.0", "react-dom": "^19.2.0", "react-redux": "^9.2.0", - "react-router-dom": "^7.9.6", + "react-router-dom": "^7.12.0", "react-syntax-highlighter": "^16.1.0", "react-toastify": "^11.0.5", "redux": "^5.0.1", @@ -4815,9 +4815,9 @@ } }, "node_modules/react-router": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.6.tgz", - "integrity": "sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==", + "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", @@ -4837,12 +4837,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.6.tgz", - "integrity": "sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz", + "integrity": "sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==", "license": "MIT", "dependencies": { - "react-router": "7.9.6" + "react-router": "7.12.0" }, "engines": { "node": ">=20.0.0" diff --git a/src/UIs/reactjs/package.json b/src/UIs/reactjs/package.json index 1d5e8fe8..42a8b9de 100644 --- a/src/UIs/reactjs/package.json +++ b/src/UIs/reactjs/package.json @@ -29,7 +29,7 @@ "react-datepicker": "^8.10.0", "react-dom": "^19.2.0", "react-redux": "^9.2.0", - "react-router-dom": "^7.9.6", + "react-router-dom": "^7.12.0", "react-syntax-highlighter": "^16.1.0", "react-toastify": "^11.0.5", "redux": "^5.0.1",