diff --git a/package.json b/package.json index 3dcab9cb..5a2e7f67 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-dropzone": "14.3.5", "react-error-boundary": "^4.1.2", "react-helmet": "^6.1.0", - "react-router": "^6.20.1", + "react-router": "^6.28.0", "react-router-bootstrap": "^0.26.3", "react-router-dom": "^6.27.0", "react-scripts": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 2104a41a..7582b065 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2621,6 +2621,11 @@ resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4" integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg== +"@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" @@ -10253,13 +10258,20 @@ react-router-dom@^6.27.0: "@remix-run/router" "1.20.0" react-router "6.27.0" -react-router@6.27.0, react-router@^6.20.1: +react-router@6.27.0: version "6.27.0" resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.27.0.tgz#db292474926c814c996c0ff3ef0162d1f9f60ed4" integrity sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw== dependencies: "@remix-run/router" "1.20.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== + dependencies: + "@remix-run/router" "1.21.0" + react-scripts@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003"