diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index e1a4936e..3cbe28d6 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1267,9 +1267,9 @@ "dev": true }, "@types/platform": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@types/platform/-/platform-1.3.3.tgz", - "integrity": "sha512-1fuOulBHWIxAPLBtLms+UtbeRDt6rL7gP5R+Yugfzdg+poCLxXqXTE8i+FpYeiytGRLUEtnFkjsY/j+usbQBqw==" + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@types/platform/-/platform-1.3.4.tgz", + "integrity": "sha512-U0o4K+GNiK0PNxoDwd8xRnvLVe4kzei6opn3/FCjAriqaP+rfrDdSl1kP/hLL6Y3/Y3hhGnBwD4dCkkAqs1W/Q==" }, "@types/prop-types": { "version": "15.7.4", diff --git a/cvat-ui/package.json b/cvat-ui/package.json index b3bb6360..e636b59e 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -50,7 +50,7 @@ "dependencies": { "@ant-design/icons": "^4.6.2", "@types/lodash": "^4.14.170", - "@types/platform": "^1.3.3", + "@types/platform": "^1.3.4", "@types/react": "^16.14.10", "@types/react-color": "^3.0.4", "@types/react-dom": "^16.9.13",