From f7321b073dfad4de839e5a2bef163d01d7368cdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 22:19:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e9aaf8..9f545e3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/dance2die/bunpkg-client.git" }, "dependencies": { - "antd": "3.9.2", + "antd": "3.16.4", "axios": "0.18.0", "customize-cra": "0.2.11", "less": "3.9.0",