diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index 0fa568b5..de91be89 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1244,9 +1244,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.171", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.171.tgz", - "integrity": "sha512-7eQ2xYLLI/LsicL2nejW9Wyko3lcpN6O/z0ZLHrEQsg280zIdCv1t/0m6UtBjUHokCGBQ3gYTbHzDkZ1xOBwwg==" + "version": "4.14.172", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz", + "integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==" }, "@types/minimatch": { "version": "3.0.3", diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 577a2730..06666e05 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "@ant-design/icons": "^4.6.2", - "@types/lodash": "^4.14.171", + "@types/lodash": "^4.14.172", "@types/platform": "^1.3.4", "@types/react": "^16.14.11", "@types/react-color": "^3.0.5",