diff --git a/package-lock.json b/package-lock.json index fd0c9ee819..304fcd24d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,8 +27,8 @@ "react-dropzone": "^14.2.3", "react-hook-form": "^7.49.2", "react-query": "^3.34.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", + "react-router": "5.2.0", + "react-router-dom": "5.2.0", "react-select": "4.3.1", "react-table": "^7.7.0", "react-virtualized": "9.22.3", @@ -23397,11 +23397,11 @@ } }, "node_modules/react-router": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.2.tgz", - "integrity": "sha512-GlsSUckZ4JthgsW5lV9oSCs5CoQ7q0t0Ump/Y5YQ8qhiS+WjaAhaoJhc7otpZW9eVhO6N06vYPt40SpEzuuZeg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz", + "integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==", "dependencies": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.1.2", "history": "^4.9.0", "hoist-non-react-statics": "^3.1.0", "loose-envify": "^1.3.1", @@ -23417,15 +23417,15 @@ } }, "node_modules/react-router-dom": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.2.tgz", - "integrity": "sha512-j8sAq4YdWsrkM2DfDX26GnjtDKWUSd65LzHyBz8NcgFcK0ct7oTvYlwhOr532xpXsYP1HONq6QqUGA7GhbAY5w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz", + "integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==", "dependencies": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.1.2", "history": "^4.9.0", "loose-envify": "^1.3.1", "prop-types": "^15.6.2", - "react-router": "5.3.2", + "react-router": "5.2.0", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" }, @@ -45201,11 +45201,11 @@ } }, "react-router": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.2.tgz", - "integrity": "sha512-GlsSUckZ4JthgsW5lV9oSCs5CoQ7q0t0Ump/Y5YQ8qhiS+WjaAhaoJhc7otpZW9eVhO6N06vYPt40SpEzuuZeg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz", + "integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==", "requires": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.1.2", "history": "^4.9.0", "hoist-non-react-statics": "^3.1.0", "loose-envify": "^1.3.1", @@ -45251,15 +45251,15 @@ } }, "react-router-dom": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.2.tgz", - "integrity": "sha512-j8sAq4YdWsrkM2DfDX26GnjtDKWUSd65LzHyBz8NcgFcK0ct7oTvYlwhOr532xpXsYP1HONq6QqUGA7GhbAY5w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz", + "integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==", "requires": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.1.2", "history": "^4.9.0", "loose-envify": "^1.3.1", "prop-types": "^15.6.2", - "react-router": "5.3.2", + "react-router": "5.2.0", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" }, diff --git a/package.json b/package.json index c0fc70675f..4bd0da9c3f 100644 --- a/package.json +++ b/package.json @@ -111,8 +111,8 @@ "react-dropzone": "^14.2.3", "react-hook-form": "^7.49.2", "react-query": "^3.34.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", + "react-router": "5.2.0", + "react-router-dom": "5.2.0", "react-select": "4.3.1", "react-table": "^7.7.0", "react-virtualized": "9.22.3",