From e51258bdcbaedc7d2183e0d187a54bcc26633f38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 04:44:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7561e31..1bb7e96 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "autoprefixer": "7.2.6", - "axios": "^0.19.2", + "axios": "^0.21.3", "babel-core": "6.26.3", "babel-eslint": "7.2.3", "babel-jest": "20.0.3",