From 4ae2a52bba1c8c9c7a21c69fc2f29110c3b6f92b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 07:53:56 +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-12613773 --- 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..9a24b99b 100644 --- a/packages/youtill/package.json +++ b/packages/youtill/package.json @@ -34,7 +34,7 @@ "node": ">=12" }, "dependencies": { - "axios": "^0.24.0", + "axios": "^1.12.0", "chalk": "^4.1.2", "chokidar": "^3.5.2", "cp-file": "^9.1.0",