From 4c8721aab1f9a6ed3d57b6e5c2235477fe336b21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Nov 2025 18:27:13 +0000 Subject: [PATCH] fix: upgrade react-router from 7.8.1 to 7.9.5 Snyk has created this PR to upgrade react-router from 7.8.1 to 7.9.5. See this package in yarn: react-router See this project in Snyk: https://app.snyk.io/org/7homassutter/project/26bd1080-7ab0-448f-b0f3-082c2e0b36d9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc7decdb..00d00bba 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-dropzone": "^14.3.8", "react-hook-form": "^7.62.0", "react-resizable-panels": "^3.0.4", - "react-router": "^7.8.0", + "react-router": "^7.9.5", "sass": "^1.90.0", "shadcn": "^2.10.0", "styled-components": "^6.1.19", diff --git a/yarn.lock b/yarn.lock index 55edcbb4..c861516f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4996,10 +4996,10 @@ react-resizable-panels@^3.0.4: resolved "https://registry.yarnpkg.com/react-resizable-panels/-/react-resizable-panels-3.0.4.tgz#8ad4b3cf07a5a6d665e8379e502ffb8f8c8a79f9" integrity sha512-8Y4KNgV94XhUvI2LeByyPIjoUJb71M/0hyhtzkHaqpVHs+ZQs8b627HmzyhmVYi3C9YP6R+XD1KmG7hHjEZXFQ== -react-router@^7.8.0: - version "7.8.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.1.tgz#62d62bc1a3fcde79c3ced8f7114f7b4f86916ce2" - integrity sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA== +react-router@^7.9.5: + version "7.9.6" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.6.tgz#003c8de335fdd7390286a478dcfd9579c1826137" + integrity sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0"