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