diff --git a/client/package.json b/client/package.json index 6c9105da174..f10d4532715 100644 --- a/client/package.json +++ b/client/package.json @@ -112,7 +112,7 @@ "react-overlays": "^5.1.1", "react-player": "^2.9.0", "react-redux": "^5.1.2", - "react-router": "^4.3.1", + "react-router": "^6.8.0", "react-router-dom": "^4.3.1", "react-scroll": "^1.8.6", "react-summernote": "github:zhuhanming/react-summernote#v1.2", diff --git a/client/yarn.lock b/client/yarn.lock index 7992576ca6e..52379282c8d 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1463,6 +1463,11 @@ resolved "https://registry.yarnpkg.com/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz#a3031eb54129f2c66b2753f8404266ec7bf67f0a" integrity sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg== +"@remix-run/router@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.1.tgz#3bb0b6ddc0a276e8dc1138d08f63035e4e23e8bf" + integrity sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw== + "@restart/hooks@^0.3.26": version "0.3.27" resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.3.27.tgz#91f356d66d4699a8cd8b3d008402708b6a9dc505" @@ -7045,6 +7050,13 @@ react-router@^4.3.1: prop-types "^15.6.1" warning "^4.0.1" +react-router@^6.8.0: + version "6.8.0" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.0.tgz#dd61fd1ec44daa2cceaef8e6baa00f99a01a650f" + integrity sha512-760bk7y3QwabduExtudhWbd88IBbuD1YfwzpuDUAlJUJ7laIIcqhMvdhSVh1Fur1PE8cGl84L0dxhR3/gvHF7A== + dependencies: + "@remix-run/router" "1.3.1" + react-scroll@^1.8.6: version "1.8.6" resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.8.6.tgz#134a7adc61c0fa0f71b1cfcaa82e6736b6c52549"