From 2f5bb5f9cb070a2849b3b5279b0288c839042ea0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 12:07:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 838e91c..5ec7da5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "@types/node": "^11.9.6", - "axios": "^0.18.0", + "axios": "^1.13.5", "codecov": "^3.2.0", "snyk": "^1.189.0", "typescript": "^3.2.2"