From 88d3259621ba136e6e832824f6f1a1895b2df255 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 3 Jun 2021 08:33:52 +0300 Subject: [PATCH] fix: upgrade @types/lodash from 4.14.168 to 4.14.169 (#3276) Snyk has created this PR to upgrade @types/lodash from 4.14.168 to 4.14.169. See this package in npm: https://www.npmjs.com/package/@types/lodash 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 635b76db..bf0176b3 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1244,9 +1244,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.168", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz", - "integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==" + "version": "4.14.169", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.169.tgz", + "integrity": "sha512-DvmZHoHTFJ8zhVYwCLWbQ7uAbYQEk52Ev2/ZiQ7Y7gQGeV9pjBqjnQpECMHfKS1rCYAhMI7LHVxwyZLZinJgdw==" }, "@types/minimatch": { "version": "3.0.3", diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 6d0b02ca..bb571f5f 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@ant-design/icons": "^4.6.2", - "@types/lodash": "^4.14.168", + "@types/lodash": "^4.14.169", "@types/platform": "^1.3.3", "@types/react": "^16.14.6", "@types/react-color": "^3.0.4",