From 4c8dcfa7ffec81c601174ffa72a61ad9beb16dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:09:29 +0000 Subject: [PATCH] build(deps): bump react-router from 7.12.0 to 7.15.1 in /http-react-app Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.12.0 to 7.15.1. - [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.15.1/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- http-react-app/package-lock.json | 8 ++++---- http-react-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/http-react-app/package-lock.json b/http-react-app/package-lock.json index 496d1d7..6170bdb 100644 --- a/http-react-app/package-lock.json +++ b/http-react-app/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.15.2", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-router": "^7.12.0", + "react-router": "^7.15.1", "react-router-dom": "^7.5.2", "react-scripts": "5.0.1" } @@ -16506,9 +16506,9 @@ } }, "node_modules/react-router": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", - "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", + "version": "7.15.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.1.tgz", + "integrity": "sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/http-react-app/package.json b/http-react-app/package.json index 12a4218..5a3c648 100644 --- a/http-react-app/package.json +++ b/http-react-app/package.json @@ -9,7 +9,7 @@ "axios": "^1.15.2", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-router": "^7.12.0", + "react-router": "^7.15.1", "react-router-dom": "^7.5.2", "react-scripts": "5.0.1" },