From ae83cb0fdf4e0522f442dc247b1b12f44e28f283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:40:37 +0000 Subject: [PATCH] Bump react-router from 7.2.0 to 7.3.0 Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.2.0 to 7.3.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.3.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2e7b8fd..1cf0b8f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-hook-form": "^7.54.2", "react-is": "^19.0.0", "ts-jest-mock-import-meta": "^1.2.1", - "react-router": "^7.2.0", + "react-router": "^7.3.0", "react-router-dom": "^7.2.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 7e955c2..342f0db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4562,7 +4562,7 @@ ra-core@^4.11.2, ra-core@^4.16.2: react-is "^17.0.2" react-query "^3.32.1" -ra-core@^5.4.3, ra-core@^5.4.4, ra-core@^5.6.2, ra-core@^5.6.3: +ra-core@^5.4.3, ra-core@^5.4.4, ra-core@^5.6.3: version "5.6.3" resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-5.6.3.tgz#ece4ef71f1df578159e89b8cf6c82039ec3dcd94" integrity sha512-Z22rKk+CXnTFvCIeKzCf6ic9I48WQotx4EzX16PS47IgrD/Wq/PH+J8YLlTzakoGyEqyxnp+KI/SveLx0QBmww== @@ -4721,7 +4721,7 @@ react-refresh@^0.14.2: dependencies: react-router "7.2.0" -react-router@7.2.0, "react-router@^6.28.1 || ^7.1.1", react-router@^7.2.0: +react-router@7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.2.0.tgz#a8f2729d39f634a7a870d14dd906a1b406f39d6f" integrity sha512-fXyqzPgCPZbqhrk7k3hPcCpYIlQ2ugIXDboHUzhJISFVy2DEPsmHgN588MyGmkIOv3jDgNfUE3kJi83L28s/LQ== @@ -4731,6 +4731,16 @@ react-router@7.2.0, "react-router@^6.28.1 || ^7.1.1", react-router@^7.2.0: set-cookie-parser "^2.6.0" turbo-stream "2.4.0" +"react-router@^6.28.1 || ^7.1.1", react-router@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.3.0.tgz#14fb630f088d919386e97f91199a2bc4abcdd85d" + integrity sha512-466f2W7HIWaNXTKM5nHTqNxLrHTyXybm7R0eBlVSt0k/u55tTCDO194OIx/NrYD4TS5SXKTNekXfT37kMKUjgw== + dependencies: + "@types/cookie" "^0.6.0" + cookie "^1.0.1" + set-cookie-parser "^2.6.0" + turbo-stream "2.4.0" + react-test-renderer@^19.0.0: version "19.0.0" resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.0.0.tgz#ca6fa322c58d4bfa34635788fe242a8c3daa4c7d"