fix: upgrade @types/react-router-dom from 5.1.6 to 5.1.7 (#2699)

Snyk has created this PR to upgrade @types/react-router-dom from 5.1.6 to 5.1.7.

See this package in npm:
https://www.npmjs.com/package/@types/react-router-dom

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
main
Andrey Zhavoronkov 5 years ago committed by GitHub
parent ff85fe0006
commit e4da53387b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1296,9 +1296,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==",
"requires": {
"@types/history": "*",
"@types/react": "*",

@ -55,7 +55,7 @@
"@types/react-dom": "^16.9.10",
"@types/react-redux": "^7.1.14",
"@types/react-router": "^5.1.9",
"@types/react-router-dom": "^5.1.6",
"@types/react-router-dom": "^5.1.7",
"@types/react-share": "^3.0.3",
"@types/redux-logger": "^3.0.8",
"antd": "^4.10.2",

Loading…
Cancel
Save