From 1c469e38d3f85c65fecca336250aa9ef56239571 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 09:08:52 +0000 Subject: [PATCH] chore(deps): bump @types/react-router-dom in /explorer Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 5.1.3 to 5.1.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom) Signed-off-by: dependabot-preview[bot] --- explorer/package-lock.json | 18 +++++++++--------- explorer/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index d9360b653c..8fb8949740 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2751,9 +2751,9 @@ } }, "@types/history": { - "version": "4.7.5", - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.5.tgz", - "integrity": "sha512-wLD/Aq2VggCJXSjxEwrMafIP51Z+13H78nXIX0ABEuIGhmB5sNGbR113MOKo+yfw+RDo1ZU3DM6yfnnRF/+ouw==" + "version": "4.7.6", + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.6.tgz", + "integrity": "sha512-GRTZLeLJ8ia00ZH8mxMO8t0aC9M1N9bN461Z2eaRurJo6Fpa+utgCwLzI4jQHcrdzuzp5WPN9jRwpsCQ1VhJ5w==" }, "@types/istanbul-lib-coverage": { "version": "2.0.1", @@ -2951,18 +2951,18 @@ } }, "@types/react-router": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.5.tgz", - "integrity": "sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.7.tgz", + "integrity": "sha512-2ouP76VQafKjtuc0ShpwUebhHwJo0G6rhahW9Pb8au3tQTjYXd2jta4wv6U2tGLR/I42yuG00+UXjNYY0dTzbg==", "requires": { "@types/history": "*", "@types/react": "*" } }, "@types/react-router-dom": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.3.tgz", - "integrity": "sha512-pCq7AkOvjE65jkGS5fQwQhvUp4+4PVD9g39gXLZViP2UqFiFzsEpB3PKf0O6mdbKsewSK8N14/eegisa/0CwnA==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.5.tgz", + "integrity": "sha512-ArBM4B1g3BWLGbaGvwBGO75GNFbLDUthrDojV2vHLih/Tq8M+tgvY1DSwkuNrPSwdp/GUL93WSEpTZs8nVyJLw==", "requires": { "@types/history": "*", "@types/react": "*", diff --git a/explorer/package.json b/explorer/package.json index 9f133998a5..91c95dd05d 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -13,7 +13,7 @@ "@types/node": "^12.0.0", "@types/react": "^16.9.38", "@types/react-dom": "^16.9.8", - "@types/react-router-dom": "^5.1.3", + "@types/react-router-dom": "^5.1.5", "bootstrap": "^4.5.0", "bs58": "^4.0.1", "node-sass": "^4.14.1",