From a352acdbb669e188da6b97734dd7d6348da10acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:14:39 +0000 Subject: [PATCH] Bump react-router from 7.13.1 to 7.15.0 in /quickwit/quickwit-ui Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.13.1 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] --- quickwit/quickwit-ui/package.json | 2 +- quickwit/quickwit-ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/quickwit/quickwit-ui/package.json b/quickwit/quickwit-ui/package.json index 1f6b30061b5..5cc482d98b2 100644 --- a/quickwit/quickwit-ui/package.json +++ b/quickwit/quickwit-ui/package.json @@ -37,7 +37,7 @@ "react-app-polyfill": "3.0.0", "react-dom": "19.2.4", "react-number-format": "5.4.4", - "react-router": "7.13.1", + "react-router": "7.15.0", "styled-components": "6.1.19", "styled-icons": "10.47.1", "swagger-ui-react": "5.32.0", diff --git a/quickwit/quickwit-ui/yarn.lock b/quickwit/quickwit-ui/yarn.lock index bd05302217f..3801e348972 100644 --- a/quickwit/quickwit-ui/yarn.lock +++ b/quickwit/quickwit-ui/yarn.lock @@ -6641,10 +6641,10 @@ react-redux@^9.2.0: "@types/use-sync-external-store" "^0.0.6" use-sync-external-store "^1.4.0" -react-router@7.13.1: - version "7.13.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.13.1.tgz#5e2b3ebafd6c78d9775e135474bf5060645077f7" - integrity sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA== +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"