From ff80bc1c07c1c2a1b8a9aea3114105d85b577a50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 22:15:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e6a0c1c..d76a0fa4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@babel/preset-env": "^7.7.1", "@mariotacke/color-thief": "^3.0.1", "autoprefixer": "^9.7.1", - "axios": "^0.19.0", + "axios": "^0.21.1", "babel-loader": "^8.0.6", "babel-polyfill": "^6.26.0", "babel-runtime": "^6.26.0",