From 73ed237adff025a287363e9e7bf6108de3e1a5bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 11:39:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06c085e..10e1e36 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@napi-rs/canvas": "^0.1.71", "ajv": "^8.17.1", "async-retry": "^1.3.3", - "axios": "^1.10.0", + "axios": "^1.12.0", "canvas": "3.1.0", "chalk": "^4.1.2", "cheerio": "1.0.0-rc.12",