From 49050365a3806acbd481aad0f880b6c799240c9f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 29 Jul 2021 10:54:38 +0300 Subject: [PATCH] fix: upgrade @types/platform from 1.3.3 to 1.3.4 (#3476) Snyk has created this PR to upgrade @types/platform from 1.3.3 to 1.3.4. See this package in npm: https://www.npmjs.com/package/@types/platform See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr --- cvat-ui/package-lock.json | 6 +++--- cvat-ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",