From b0925046ed3d7faacb4a0d1027b1cbeac166bb47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jan 2024 02:45:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20676a0..f56b420 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "npm": "3.10.3" }, "dependencies": { - "axios": "^0.12.0", + "axios": "^0.21.1", "babel-eslint": "^6.1.0", "babel-loader": "^6.2.4", "babel-plugin-transform-object-rest-spread": "^6.8.0",