From 667cbc6fb1da044752c4aceac366b45c138f4abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:24:47 +0000 Subject: [PATCH] chore(deps): bump react-router in /packages/insomnia Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.13.2 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] --- packages/insomnia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/insomnia/package.json b/packages/insomnia/package.json index 33ae7e42196e..a93c6351418b 100644 --- a/packages/insomnia/package.json +++ b/packages/insomnia/package.json @@ -135,7 +135,7 @@ "react-aria-components": "^1.12.2", "react-dom": "^18.3.1", "react-resizable-panels": "^3.0.6", - "react-router": "7.13.2", + "react-router": "7.15.0", "react-stately": "3.41.0", "react-use": "^17.6.0", "shell-path": "^3.1.0",