From bf2af9ea7631792d4e663fbc2a922e946db6bb95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 07:13:33 +0000 Subject: [PATCH] fix: packages/youtill/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- packages/youtill/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/youtill/package.json b/packages/youtill/package.json index eb7b4d9e..622485f7 100644 --- a/packages/youtill/package.json +++ b/packages/youtill/package.json @@ -34,7 +34,7 @@ "node": ">=12" }, "dependencies": { - "axios": "^0.24.0", + "axios": "^1.8.3", "chalk": "^4.1.2", "chokidar": "^3.5.2", "cp-file": "^9.1.0",