From 055353e1791ccf44630fbf0a33b9b097d93c8935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 06:30:45 +0000 Subject: [PATCH] fix(deps): update dependency chalk to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ba390f..940f50a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/webtorrent/webtorrent-cli/issues" }, "dependencies": { - "chalk": "^4.1.1", + "chalk": "^5.0.0", "common-tags": "^1.8.0", "create-torrent": "^5.0.0", "dlnacasts": "^0.1.0",