From 5920c809a7ba73dd5ae3db47977cfc9b8980b5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 04:56:59 +0000 Subject: [PATCH] Bump @types/react-router-dom from 5.1.6 to 5.1.7 in /ui 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] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 3913142..1227834 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "@types/react-redux": "7.1.16", - "@types/react-router-dom": "5.1.6", + "@types/react-router-dom": "5.1.7", "@types/react-syntax-highlighter": "13.5.0", "@types/recharts": "1.8.19", "axios": "0.21.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index bc9108e..aeb8baf 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2021,10 +2021,10 @@ hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react-router-dom@5.1.6": - version "5.1.6" - resolved "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.6.tgz#07b14e7ab1893a837c8565634960dc398564b1fb" - integrity sha512-gjrxYqxz37zWEdMVvQtWPFMFj1dRDb4TGOcgyOfSXTrEXdF92L00WE3C471O3TV/RF1oskcStkXsOU0Ete4s/g== +"@types/react-router-dom@5.1.7": + version "5.1.7" + resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271" + integrity sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg== dependencies: "@types/history" "*" "@types/react" "*"