From e59a8263cc7a7476721c15c32b8ff54188d87b21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 05:05:07 +0000 Subject: [PATCH] fix: types/easy-soap-request/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- types/easy-soap-request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/easy-soap-request/package.json b/types/easy-soap-request/package.json index 4278935a71c3fc..3153876225b9a5 100644 --- a/types/easy-soap-request/package.json +++ b/types/easy-soap-request/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "axios": "^0.21.1" + "axios": "^1.13.5" } }