diff --git a/client/package.json b/client/package.json index 6c9105da174..53824deac21 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.6.2", "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..b39bd72f649 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.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.2.1.tgz#812edd4104a15a493dda1ccac0b352270d7a188c" + integrity sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ== + "@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.6.2: + version "6.6.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.6.2.tgz#556f7b56cff7fe32c5c02429fef3fcb2ecd08111" + integrity sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ== + dependencies: + "@remix-run/router" "1.2.1" + react-scroll@^1.8.6: version "1.8.6" resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.8.6.tgz#134a7adc61c0fa0f71b1cfcaa82e6736b6c52549"