From 6fd2c3d591703b72ae2a772a0f4b0bb5ea3d0fcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:07:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 291f88ab..bf199fbc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "antd": "^4.0.0", "react-image": "^2.1.1", "uuid": "^7.0.0", - "snyk": "^1.258.2" + "snyk": "^1.996.0" }, "peerDependencies": { "react": "^16.8.1",