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

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

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: Boris Sekachev <boris.sekachev@intel.com>
main
Snyk bot 5 years ago committed by GitHub
parent 0fbb19ae38
commit 17cf86f2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1338,9 +1338,9 @@
}
},
"@types/react-router-dom": {
"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==",
"version": "5.1.8",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.8.tgz",
"integrity": "sha512-03xHyncBzG0PmDmf8pf3rehtjY0NpUj7TIN46FrT5n1ZWHPZvXz32gUyNboJ+xsL8cpg8bQVLcllptcQHvocrw==",
"requires": {
"@types/history": "*",
"@types/react": "*",

@ -57,7 +57,7 @@
"@types/react-redux": "^7.1.18",
"@types/react-resizable": "^1.7.2",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-dom": "^5.1.8",
"@types/react-share": "^3.0.3",
"@types/redux-logger": "^3.0.9",
"@types/resize-observer-browser": "^0.1.5",

Loading…
Cancel
Save