From 0e10896298b9b1d714ff3d6efc24cb99f7d53476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 22:22:12 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.0.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bb85e1..a0ddd23 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "axios": "^0.23.0", "bent": "^7.3.12", "canvacord": "^5.1.0", - "chalk": "^4.1.0", + "chalk": "^5.0.0", "discord-canvas": "^1.4.1", "emoji-unicode": "^2.0.1", "express": "^4.17.1",