From 97dec7850c8b732e1fc89a55bcdaad8adfb29604 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 00:36:24 +0000 Subject: [PATCH] fix: types/moxios/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- types/moxios/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/moxios/package.json b/types/moxios/package.json index ab98e74e0b36cc..3153876225b9a5 100644 --- a/types/moxios/package.json +++ b/types/moxios/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "axios": "^0.16.1" + "axios": "^1.13.5" } }