diff --git a/client/package.json b/client/package.json index ffd3c9a..d7fea21 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "react-hook-form": "7.41.0", "react-i18next": "^11.18.3", "react-perfect-scrollbar": "^1.5.8", - "react-router": "^6.3.0", + "react-router": "^6.30.2", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1" }, diff --git a/package-lock.json b/package-lock.json index 5b80eb6..b79c1bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "react-hook-form": "7.41.0", "react-i18next": "^11.18.3", "react-perfect-scrollbar": "^1.5.8", - "react-router": "^6.3.0", + "react-router": "^6.30.2", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1" }, @@ -14044,14 +14044,14 @@ } }, "node_modules/react-router": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.5.0.tgz", - "integrity": "sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==", + "version": "6.30.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.2.tgz", + "integrity": "sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==", "dependencies": { - "@remix-run/router": "1.1.0" + "@remix-run/router": "1.23.1" }, "engines": { - "node": ">=14" + "node": ">=14.0.0" }, "peerDependencies": { "react": ">=16.8" @@ -14073,6 +14073,28 @@ "react-dom": ">=16.8" } }, + "node_modules/react-router-dom/node_modules/react-router": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.5.0.tgz", + "integrity": "sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==", + "dependencies": { + "@remix-run/router": "1.1.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/react-router/node_modules/@remix-run/router": { + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.1.tgz", + "integrity": "sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/react-scripts": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", @@ -19091,7 +19113,7 @@ "react-hook-form": "7.41.0", "react-i18next": "^11.18.3", "react-perfect-scrollbar": "^1.5.8", - "react-router": "^6.3.0", + "react-router": "^6.30.2", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "typescript": "^4.9.4" @@ -27160,11 +27182,18 @@ "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==" }, "react-router": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.5.0.tgz", - "integrity": "sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==", + "version": "6.30.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.2.tgz", + "integrity": "sha512-H2Bm38Zu1bm8KUE5NVWRMzuIyAV8p/JrOaBJAwVmp37AXG72+CZJlEBw6pdn9i5TBgLMhNDgijS4ZlblpHyWTA==", "requires": { - "@remix-run/router": "1.1.0" + "@remix-run/router": "1.23.1" + }, + "dependencies": { + "@remix-run/router": { + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.1.tgz", + "integrity": "sha512-vDbaOzF7yT2Qs4vO6XV1MHcJv+3dgR1sT+l3B8xxOVhUC336prMvqrvsLL/9Dnw2xr6Qhz4J0dmS0llNAbnUmQ==" + } } }, "react-router-dom": { @@ -27174,6 +27203,16 @@ "requires": { "@remix-run/router": "1.1.0", "react-router": "6.5.0" + }, + "dependencies": { + "react-router": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.5.0.tgz", + "integrity": "sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==", + "requires": { + "@remix-run/router": "1.1.0" + } + } } }, "react-scripts": {