From 616ea7ed6836056161dc1bd79378512237e63201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:50:06 +0000 Subject: [PATCH] Bump react-router from 7.6.3 to 7.12.0 in /transformations-sample Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.6.3 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) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- transformations-sample/package-lock.json | 8 ++++---- transformations-sample/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/transformations-sample/package-lock.json b/transformations-sample/package-lock.json index e81cfe2..805d765 100644 --- a/transformations-sample/package-lock.json +++ b/transformations-sample/package-lock.json @@ -51,7 +51,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0", - "react-router": "~7.6.3", + "react-router": "~7.12.0", "redux": "^5.0.1", "swr": "^2.3.4", "typescript": "~5.6.2" @@ -6239,9 +6239,9 @@ } }, "node_modules/react-router": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.6.3.tgz", - "integrity": "sha512-zf45LZp5skDC6I3jDLXQUu0u26jtuP4lEGbc7BbdyxenBN1vJSTA18czM2D+h5qyMBuMrD+9uB+mU37HIoKGRA==", + "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/transformations-sample/package.json b/transformations-sample/package.json index e2cd82d..dc1829b 100644 --- a/transformations-sample/package.json +++ b/transformations-sample/package.json @@ -46,7 +46,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0", - "react-router": "~7.6.3", + "react-router": "~7.12.0", "redux": "^5.0.1", "swr": "^2.3.4", "typescript": "~5.6.2"