fix: upgrade @types/react-dom from 16.9.10 to 16.9.11 (#2914)

Snyk has created this PR to upgrade @types/react-dom from 16.9.10 to 16.9.11.

See this package in npm:
https://www.npmjs.com/package/@types/react-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
Nikita Manovich 5 years ago committed by GitHub
parent 7a35772e8b
commit 5d4514715a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1274,9 +1274,9 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "16.9.10", "version": "16.9.11",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.10.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.11.tgz",
"integrity": "sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==", "integrity": "sha512-3UuR4MoWf5spNgrG6cwsmT9DdRghcR4IDFOzNZ6+wcmacxkFykcb5ji0nNVm9ckBT4BCxvCrJJbM4+EYsEEVIg==",
"requires": { "requires": {
"@types/react": "^16" "@types/react": "^16"
} }

@ -53,7 +53,7 @@
"@types/platform": "^1.3.3", "@types/platform": "^1.3.3",
"@types/react": "^16.14.4", "@types/react": "^16.14.4",
"@types/react-color": "^3.0.4", "@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.10", "@types/react-dom": "^16.9.11",
"@types/react-redux": "^7.1.16", "@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.11", "@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7", "@types/react-router-dom": "^5.1.7",

Loading…
Cancel
Save