From fb8c25cc5d82b622de9c2ed7ea609915e121b4ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 08:55:17 +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 838e91c..d590c0b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "@types/node": "^11.9.6", - "axios": "^0.18.0", + "axios": "^1.12.0", "codecov": "^3.2.0", "snyk": "^1.189.0", "typescript": "^3.2.2"