From 5a98a14d37de05210c20fadd0c8f2786c903cdee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:50:28 +0000 Subject: [PATCH] build(deps): bump chalk from 5.2.0 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0) --- 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 3a44ae598..dc8c71a90 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "type": "module", "dependencies": { - "chalk": "^5.2.0", + "chalk": "^5.3.0", "dotenv": "^16.3.1", "ws": "^8.13.0" }, diff --git a/yarn.lock b/yarn.lock index 6e1fea4c4..c55f17cd2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1611,10 +1611,10 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3" - integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA== +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== char-regex@^1.0.2: version "1.0.2"