From b20b85cfc5774058b16822579d84813af6b3b7d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 11:51:38 +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-12613773 --- 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..bce9f32362bb2a 100644 --- a/types/moxios/package.json +++ b/types/moxios/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "axios": "^0.16.1" + "axios": "^1.12.0" } }