diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index b2521944..afa0d3b3 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1274,9 +1274,9 @@ } }, "@types/react-dom": { - "version": "16.9.10", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.10.tgz", - "integrity": "sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==", + "version": "16.9.11", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.11.tgz", + "integrity": "sha512-3UuR4MoWf5spNgrG6cwsmT9DdRghcR4IDFOzNZ6+wcmacxkFykcb5ji0nNVm9ckBT4BCxvCrJJbM4+EYsEEVIg==", "requires": { "@types/react": "^16" } diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 67b69566..9330505f 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -53,7 +53,7 @@ "@types/platform": "^1.3.3", "@types/react": "^16.14.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-router": "^5.1.11", "@types/react-router-dom": "^5.1.7",