From 2530c017bb456690e14174cd64cbda14e4fce188 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 07:26:57 +0000 Subject: [PATCH] fix: upgrade axios from 1.7.7 to 1.7.9 Snyk has created this PR to upgrade axios from 1.7.7 to 1.7.9. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/rsaz/project/b0fba834-724d-4716-9414-b91dc9455706?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46fe51b..f137d98 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "axios": "1.7.7", + "axios": "1.7.9", "chalk-animation": "2.0.3", "cli-progress": "3.12.0", "cli-table3": "0.6.5",