From 6031198134327818b9150347c41d1615711b8d2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Sep 2022 01:58:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 291f88ab..6e5de622 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.324.0" }, "peerDependencies": { "react": "^16.8.1",