From 65ccb265ac1ca70670d6b38ae3de763fdadb119f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Mar 2025 06:35:14 +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-9292519 --- 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..a02d5862 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.2", "chalk": "^4.1.2", "chokidar": "^3.5.2", "cp-file": "^9.1.0",