From 71242989ff261c0023ae999ac07f1eb8079213ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 14:27:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-LODASHSET-1320032 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 291f88ab..cd7b4f78 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.685.0" }, "peerDependencies": { "react": "^16.8.1",