diff --git a/client/package-lock.json b/client/package-lock.json index 771df95..69b1324 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13,7 +13,7 @@ "react-bootstrap": "^2.7.0", "react-dom": "^18.2.0", "react-hook-form": "^7.41.5", - "react-router-dom": "^6.6.2", + "react-router-dom": "^6.30.3", "react-scripts": "5.0.1", "react-spinners": "^0.13.7", "react-toastify": "^9.1.1", @@ -3161,11 +3161,12 @@ } }, "node_modules/@remix-run/router": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.2.1.tgz", - "integrity": "sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz", + "integrity": "sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==", + "license": "MIT", "engines": { - "node": ">=14" + "node": ">=14.0.0" } }, "node_modules/@restart/hooks": { @@ -16136,29 +16137,31 @@ } }, "node_modules/react-router": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.6.2.tgz", - "integrity": "sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.3.tgz", + "integrity": "sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.2.1" + "@remix-run/router": "1.23.2" }, "engines": { - "node": ">=14" + "node": ">=14.0.0" }, "peerDependencies": { "react": ">=16.8" } }, "node_modules/react-router-dom": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.6.2.tgz", - "integrity": "sha512-6SCDXxRQqW5af8ImOqKza7icmQ47/EMbz572uFjzvcArg3lZ+04PxSPp8qGs+p2Y+q+b+S/AjXv8m8dyLndIIA==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.3.tgz", + "integrity": "sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.2.1", - "react-router": "6.6.2" + "@remix-run/router": "1.23.2", + "react-router": "6.30.3" }, "engines": { - "node": ">=14" + "node": ">=14.0.0" }, "peerDependencies": { "react": ">=16.8", diff --git a/client/package.json b/client/package.json index 7c515d6..ecb53d8 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "react-bootstrap": "^2.7.0", "react-dom": "^18.2.0", "react-hook-form": "^7.41.5", - "react-router-dom": "^6.6.2", + "react-router-dom": "^6.30.3", "react-scripts": "5.0.1", "react-spinners": "^0.13.7", "react-toastify": "^9.1.1",