diff --git a/client/package.json b/client/package.json index 6c9105da174..dfe88c117f3 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.7.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..91d9e4a033f 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.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.0.tgz#b6ee542c7f087b73b3d8215b9bf799f648be71cb" + integrity sha512-nwQoYb3m4DDpHTeOwpJEuDt8lWVcujhYYSFGLluC+9es2PyLjm+jjq3IeRBQbwBtPLJE/lkuHuGHr8uQLgmJRA== + "@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.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.7.0.tgz#db262684c13b5c2970694084ae9e8531718a0681" + integrity sha512-KNWlG622ddq29MAM159uUsNMdbX8USruoKnwMMQcs/QWZgFUayICSn2oB7reHce1zPj6CG18kfkZIunSSRyGHg== + dependencies: + "@remix-run/router" "1.3.0" + react-scroll@^1.8.6: version "1.8.6" resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.8.6.tgz#134a7adc61c0fa0f71b1cfcaa82e6736b6c52549"