From 1099cfa5185333b0be7b58f13607b9708565eb1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 05:54:30 +0000 Subject: [PATCH] fix: types/apicalypse/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- types/apicalypse/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/apicalypse/package.json b/types/apicalypse/package.json index 18cbf3da9c7a45..3153876225b9a5 100644 --- a/types/apicalypse/package.json +++ b/types/apicalypse/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "axios": "^0.19.0" + "axios": "^1.13.5" } }