From c4f7c8dd2c5ff9855115348a86b9e61749d4b728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 07:48:01 +0000 Subject: [PATCH] build(deps): bump @types/react-router-dom from 5.1.6 to 5.1.7 in /docs Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 5.1.6 to 5.1.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 12 ++++++------ docs/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 44e7b90c..a23e9ad7 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -3397,9 +3397,9 @@ } }, "@types/react-router": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.8.tgz", - "integrity": "sha512-HzOyJb+wFmyEhyfp4D4NYrumi+LQgQL/68HvJO+q6XtuHSDvw6Aqov7sCAhjbNq3bUPgPqbdvjXC5HeB2oEAPg==", + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.12.tgz", + "integrity": "sha512-0bhXQwHYfMeJlCh7mGhc0VJTRm0Gk+Z8T00aiP4702mDUuLs9SMhnd2DitpjWFjdOecx2UXtICK14H9iMnziGA==", "dev": true, "requires": { "@types/history": "*", @@ -3407,9 +3407,9 @@ } }, "@types/react-router-dom": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.6.tgz", - "integrity": "sha512-gjrxYqxz37zWEdMVvQtWPFMFj1dRDb4TGOcgyOfSXTrEXdF92L00WE3C471O3TV/RF1oskcStkXsOU0Ete4s/g==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.7.tgz", + "integrity": "sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==", "dev": true, "requires": { "@types/history": "*", diff --git a/docs/package.json b/docs/package.json index a63389e7..c3267337 100644 --- a/docs/package.json +++ b/docs/package.json @@ -35,7 +35,7 @@ "@tsconfig/docusaurus": "^1.0.2", "@types/react": "^16.9.56", "@types/react-helmet": "^6.1.0", - "@types/react-router-dom": "^5.1.6", + "@types/react-router-dom": "^5.1.7", "typescript": "^4.2.2" } }