From e03095094eaef8f9c4a622b4a74bb0de2eb8a6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:06:40 +0000 Subject: [PATCH] Bump react-router from 6.26.2 to 6.30.2 in /src/ui Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.26.2 to 6.30.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router@6.30.2/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.2/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 6.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ui/package.json | 2 +- src/ui/yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/ui/package.json b/src/ui/package.json index 9dd9a7a..0eb1efc 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -22,7 +22,7 @@ "luxon": "^3.5.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router": "^6.26.1", + "react-router": "^6.30.2", "react-router-dom": "^6.26.1", "recharts": "^2.10.3", "swr": "^2.2.5" diff --git a/src/ui/yarn.lock b/src/ui/yarn.lock index 3c16394..4f3a86e 100644 --- a/src/ui/yarn.lock +++ b/src/ui/yarn.lock @@ -479,6 +479,11 @@ resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273" integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA== +"@remix-run/router@1.23.1": + version "1.23.1" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.1.tgz#0ce8857b024e24fc427585316383ad9d295b3a7f" + integrity sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ== + "@rollup/pluginutils@^5.0.5": version "5.1.2" resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.2.tgz#d3bc9f0fea4fd4086aaac6aa102f3fa587ce8bd9" @@ -2948,13 +2953,20 @@ react-router-dom@^6.26.1: "@remix-run/router" "1.19.2" react-router "6.26.2" -react-router@6.26.2, react-router@^6.26.1: +react-router@6.26.2: version "6.26.2" resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e" integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A== dependencies: "@remix-run/router" "1.19.2" +react-router@^6.30.2: + version "6.30.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.2.tgz#c78a3b40f7011f49a373b1df89492e7d4ec12359" + integrity sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA== + dependencies: + "@remix-run/router" "1.23.1" + react-smooth@^4.0.0: version "4.0.1" resolved "https://registry.yarnpkg.com/react-smooth/-/react-smooth-4.0.1.tgz#6200d8699bfe051ae40ba187988323b1449eab1a"