diff --git a/package.json b/package.json index 2c323378..1284e8a3 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-helmet": "^6.1.0", "react-router": "^7.0.1", "react-router-bootstrap": "^0.26.3", - "react-router-dom": "^6.28.0", + "react-router-dom": "^7.0.1", "react-scripts": "^5.0.1", "react-select": "^5.8.3", "serialize-query-params": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index d347d5be..b2c22518 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2616,11 +2616,6 @@ dependencies: "@swc/helpers" "^0.4.14" -"@remix-run/router@1.21.0": - version "1.21.0" - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5" - integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA== - "@restart/hooks@^0.4.9": version "0.4.9" resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.9.tgz#ad858fb39d99e252cccce19416adc18fc3f18fcb" @@ -10255,22 +10250,14 @@ react-router-bootstrap@^0.26.3: dependencies: prop-types "^15.7.2" -react-router-dom@^6.28.0: - version "6.28.0" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.0.tgz#f73ebb3490e59ac9f299377062ad1d10a9f579e6" - integrity sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg== - dependencies: - "@remix-run/router" "1.21.0" - react-router "6.28.0" - -react-router@6.28.0: - version "6.28.0" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.0.tgz#29247c86d7ba901d7e5a13aa79a96723c3e59d0d" - integrity sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg== +react-router-dom@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.0.1.tgz#b1438100800313e1b4c48da0c5fdb498f81c7f96" + integrity sha512-duBzwAAiIabhFPZfDjcYpJ+f08TMbPMETgq254GWne2NW1ZwRHhZLj7tpSp8KGb7JvZzlLcjGUnqLxpZQVEPng== dependencies: - "@remix-run/router" "1.21.0" + react-router "7.0.1" -react-router@^7.0.1: +react-router@7.0.1, react-router@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.0.1.tgz#a171e35a5c6463f76b23353c4ce57b53c8b7b1b9" integrity sha512-WVAhv9oWCNsja5AkK6KLpXJDSJCQizOIyOd4vvB/+eHGbYx5vkhcmcmwWjQ9yqkRClogi+xjEg9fNEOd5EX/tw==