fix: upgrade @types/react-router-dom from 5.1.1 to 5.1.5 (#2289)

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

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

See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
main
Snyk bot 5 years ago committed by GitHub
parent 6936c9ba70
commit 0245ae23d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1172,9 +1172,9 @@
}
},
"@types/react-router-dom": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.1.tgz",
"integrity": "sha512-yXqWGaehta/cdmjvEQfCbHFX6l1c7QHuE5n2OfhcJ33ufbt55xhAKqQ0BmT24YM3s7OKwrrUUgY3FaSzO7be3Q==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.5.tgz",
"integrity": "sha512-ArBM4B1g3BWLGbaGvwBGO75GNFbLDUthrDojV2vHLih/Tq8M+tgvY1DSwkuNrPSwdp/GUL93WSEpTZs8nVyJLw==",
"requires": {
"@types/history": "*",
"@types/react": "*",

@ -54,7 +54,7 @@
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.2",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-share": "^3.0.1",
"@types/redux-logger": "^3.0.7",
"antd": "^3.26.17",

Loading…
Cancel
Save