From 32e1e1634621af8e2be8218f321a50c6671e8f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:44:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6033bd..51520d5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "MIT", "dependencies": { - "axios": "^0.21.3", + "axios": "^1.6.4", "cli-color": "^2.0.0", "file-type": "^14.1.4", "jquery": "^3.4.1",