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" "*"