From 2d11fcd3d7b6475f1f6280642dcd68d18368b021 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 10:26:04 +0000 Subject: [PATCH] fix: upgrade chalk from 5.3.0 to 5.6.2 Snyk has created this PR to upgrade chalk from 5.3.0 to 5.6.2. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/lindsayevans/project/9aa1e31a-ff9a-4d9f-b984-b561d548f99b?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 1ede217..4bfba42 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "ansi-styles": "^6.2.1", - "chalk": "^5.3.0", + "chalk": "^5.6.2", "change-case": "^5.4.4", "commander": "^12.1.0", "enquirer": "^2.4.1",