From 100bbf71f9b14a34eef5cbd48e192c7f49234269 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 12:30:22 +0000 Subject: [PATCH] fix: cvat-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- cvat-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 03ee0291d786..dde2bdc638a9 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -41,7 +41,7 @@ "cvat-core": "file:../cvat-core", "dotenv-webpack": "^1.8.0", "error-stack-parser": "^2.0.6", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "moment": "^2.29.1", "mousetrap": "^1.6.5", "platform": "^1.3.6",