From 86f7e0958da170e71c5808cb9e33717ba2a75c12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 18:38:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ae3aa055..e9d26d8d7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "autoprefixer": "^6.4.0", - "axios": "^0.14.0", + "axios": "^0.30.0", "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-eslint": "^6.1.2",