From 145bbcfdfa9e24eddaa960370c2775e0817fc9c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 08:11:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1ef97d..cc7354f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "axios": "^1.6.6", + "axios": "^1.7.4", "chalk": "4", "chance": "^1.1.12", "commander": "^12.1.0",