From 5769424509c8ed5cbffc0a78febd42c01b428d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:51:57 +0000 Subject: [PATCH] Bump chalk from 5.3.0 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 5.3.0 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c24bc18..8785653 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "AGPL-3.0", "dependencies": { "axios": "^1.7.9", - "chalk": "^5.3.0", + "chalk": "^5.4.1", "eris": "RabbitHouseCorp/eris#dev", "mongoose": "^8.8.4", "revolt.io": "^1.0.0" diff --git a/yarn.lock b/yarn.lock index 6a949b3..c874f23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -317,10 +317,10 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" - integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== +chalk@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8" + integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w== color-convert@^2.0.1: version "2.0.1"