diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 1055e2399..4031d1410 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -48,7 +48,7 @@ "react-countup": "^5.2.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", - "react-router-dom": "^5.2.1", + "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "react-select": "^4.3.1", "superstruct": "^0.15.2", @@ -19820,9 +19820,9 @@ } }, "node_modules/react-router-dom": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.1.tgz", - "integrity": "sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.0.tgz", + "integrity": "sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==", "dependencies": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", @@ -41492,9 +41492,9 @@ } }, "react-router-dom": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.1.tgz", - "integrity": "sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.0.tgz", + "integrity": "sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==", "requires": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", diff --git a/explorer/package.json b/explorer/package.json index b28a0618d..e9d3aab08 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -43,7 +43,7 @@ "react-countup": "^5.2.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", - "react-router-dom": "^5.2.1", + "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "react-select": "^4.3.1", "superstruct": "^0.15.2",