From dd832f259fd19a9977ae3f61de0b9fa220ae84bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 07:42:15 +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 0a0fb6c..698a88c 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "supertest": "^3.0.0" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^0.30.0", "babel-cli": "^6.24.1", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3",