From 28e358c9e99bc51f900328bef53d508302aa694a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 12:09:14 +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 5849120..83caf86 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ }, "dependencies": { "urijs": "1.18.4", - "axios": "^0.12.0", + "axios": "^1.13.5", "bluebird": "^3.1.5", "es6-promise": "^3.0.2", "event-source-polyfill": "0.0.7",