From e7b635b4ae7529c4a68b9c822bb2ca4a37c0e46e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 09:01:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a0fb6c..475c2cc 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "supertest": "^3.0.0" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^1.12.0", "babel-cli": "^6.24.1", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3",