From 82a7b91396e4f6dec93832c11aac9360a0ab668b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 22:43:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b06da0..cd1f8c5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "ascii-table": "^0.0.9", - "axios": "^0.21.1", + "axios": "^0.30.0", "canvas": "*", "class-transformer": "^0.2.3", "common-tags": "^1.8.0",