From 7387da649d2054576ab46ff0dcc7e7786b138063 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 06:23:27 +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/barry127/project/833aea65-473a-4f7e-8fd5-28799cc8a710?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 891cff9..d0facbc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@b127/crypto": "^0.4.2", "@types/prompts": "^2.4.9", "@types/yargs": "^17.0.33", - "chalk": "^5.3.0", + "chalk": "^5.6.2", "prompts": "^2.4.2", "yargs": "^17.7.2" },