From 1d38b5fb77144003e5c62ca785a3ca0c00f91943 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:33:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNCVALIDATOR-2311201 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a556fd6..2001c5e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "main": "index.js", "dependencies": { - "antd": "^2.6.4", - "axios": "^0.15.3", + "antd": "^4.0.0", + "axios": "^0.16.1", "babel-plugin-import": "^1.1.0", "babel-plugin-transform-runtime": "^6.22.0", "body-parser": "^1.15.2",