diff --git a/client/package.json b/client/package.json index 6eddeff3d7..4fcf2f4a9f 100644 --- a/client/package.json +++ b/client/package.json @@ -61,7 +61,7 @@ "react-hook-form": "^7.43.9", "react-lazy-load": "^4.0.1", "react-markdown": "^8.0.6", - "react-router-dom": "^6.9.0", + "react-router-dom": "^6.11.2", "react-string-replace": "^1.1.0", "react-textarea-autosize": "^8.4.0", "react-transition-group": "^4.4.5", diff --git a/package-lock.json b/package-lock.json index 1a76b3a745..d73ce0f260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,7 @@ "react-hook-form": "^7.43.9", "react-lazy-load": "^4.0.1", "react-markdown": "^8.0.6", - "react-router-dom": "^6.9.0", + "react-router-dom": "^6.11.2", "react-string-replace": "^1.1.0", "react-textarea-autosize": "^8.4.0", "react-transition-group": "^4.4.5", @@ -4596,8 +4596,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.6.1", - "license": "MIT", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.2.tgz", + "integrity": "sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==", "engines": { "node": ">=14" } @@ -15528,10 +15529,11 @@ } }, "node_modules/react-router": { - "version": "6.11.1", - "license": "MIT", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.2.tgz", + "integrity": "sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==", "dependencies": { - "@remix-run/router": "1.6.1" + "@remix-run/router": "1.6.2" }, "engines": { "node": ">=14" @@ -15541,11 +15543,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.11.1", - "license": "MIT", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.2.tgz", + "integrity": "sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==", "dependencies": { - "@remix-run/router": "1.6.1", - "react-router": "6.11.1" + "@remix-run/router": "1.6.2", + "react-router": "6.11.2" }, "engines": { "node": ">=14" @@ -21232,7 +21235,9 @@ } }, "@remix-run/router": { - "version": "1.6.1" + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.2.tgz", + "integrity": "sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==" }, "@rollup/pluginutils": { "version": "4.2.1", @@ -22723,7 +22728,7 @@ "react-hook-form": "^7.43.9", "react-lazy-load": "^4.0.1", "react-markdown": "^8.0.6", - "react-router-dom": "^6.9.0", + "react-router-dom": "^6.11.2", "react-string-replace": "^1.1.0", "react-textarea-autosize": "^8.4.0", "react-transition-group": "^4.4.5", @@ -28240,16 +28245,20 @@ } }, "react-router": { - "version": "6.11.1", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.2.tgz", + "integrity": "sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==", "requires": { - "@remix-run/router": "1.6.1" + "@remix-run/router": "1.6.2" } }, "react-router-dom": { - "version": "6.11.1", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.2.tgz", + "integrity": "sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==", "requires": { - "@remix-run/router": "1.6.1", - "react-router": "6.11.1" + "@remix-run/router": "1.6.2", + "react-router": "6.11.2" } }, "react-string-replace": {