From c14c02633e97c8c1affa57f8d195a5895467231d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:28:00 +0000 Subject: [PATCH] Bump react-router from 7.14.0 to 7.15.0 Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.14.0 to 7.15.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.15.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5212673d..91de2539 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-dropzone": "^15.0.0", "react-hook-form": "^7.72.1", "react-resizable-panels": "^4.9.0", - "react-router": "^7.14.0", + "react-router": "^7.15.0", "rxjs": "^7.8.2", "sass": "^1.99.0", "shadcn": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index f827193c..6c31204f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5373,10 +5373,10 @@ react-resizable-panels@^4.9.0: resolved "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.9.0.tgz" integrity sha512-sEl+hA6y9/kxa0aPlrUC+G1lcShAf/PiIjoeC8kWXxa53RfAVplVCIxEl01Nwa4L2iRa5JXBXq1/mI8ch6qOZQ== -react-router@^7.14.0: - version "7.14.0" - resolved "https://registry.npmjs.org/react-router/-/react-router-7.14.0.tgz" - integrity sha512-m/xR9N4LQLmAS0ZhkY2nkPA1N7gQ5TUVa5n8TgANuDTARbn1gt+zLPXEm7W0XDTbrQ2AJSJKhoa6yx1D8BcpxQ== +react-router@^7.15.0: + version "7.15.0" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.15.0.tgz#cb438ff254ab5a1e356ef5a23d7821d8f6fbe652" + integrity sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0"