From 31a4697d00a2c46188a315132fd0f3f83f83d97b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 20:24:11 +0000 Subject: [PATCH] feat: upgrade chalk from 2.4.2 to 5.0.1 Snyk has created this PR to upgrade chalk from 2.4.2 to 5.0.1. See this package in npm: https://www.npmjs.com/package/chalk See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/e58f8109-147f-45a6-8588-c7e7fc864713?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 0ef5939..046610f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "typescript": "^3.5.2" }, "dependencies": { - "chalk": "^2.4.2", + "chalk": "^5.0.1", "debug": "^4.1.1", "fs-extra": "^8.0.1", "in-gfw": "^1.2.0",