fix: upgrade @types/react from 16.9.50 to 16.9.51 (#2359)

Snyk has created this PR to upgrade @types/react from 16.9.50 to 16.9.51.

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

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
main
Snyk bot 5 years ago committed by GitHub
parent ec7d2b9687
commit 8697d52079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1208,9 +1208,9 @@
"dev": true
},
"@types/react": {
"version": "16.9.50",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.50.tgz",
"integrity": "sha512-kPx5YsNnKDJejTk1P+lqThwxN2PczrocwsvqXnjvVvKpFescoY62ZiM3TV7dH1T8lFhlHZF+PE5xUyimUwqEGA==",
"version": "16.9.51",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.51.tgz",
"integrity": "sha512-lQa12IyO+DMlnSZ3+AGHRUiUcpK47aakMMoBG8f7HGxJT8Yfe+WE128HIXaHOHVPReAW0oDS3KAI0JI2DDe1PQ==",
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"
@ -3952,9 +3952,9 @@
}
},
"csstype": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.3.tgz",
"integrity": "sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag=="
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.4.tgz",
"integrity": "sha512-xc8DUsCLmjvCfoD7LTGE0ou2MIWLx0K9RCZwSHMOdynqRsP4MtUcLeqh1HcQ2dInwDTqn+3CE0/FZh1et+p4jA=="
},
"currently-unhandled": {
"version": "0.4.1",

@ -48,7 +48,7 @@
},
"dependencies": {
"@types/platform": "^1.3.3",
"@types/react": "^16.9.50",
"@types/react": "^16.9.51",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",

Loading…
Cancel
Save