From 3b5fbaa94f1da36c6a4abcb3db05b62dbec07ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:27:05 +0000 Subject: [PATCH] chore(deps-dev): bump chalk from 4.1.0 to 5.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 5.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v5.1.2) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/examples/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/examples/package.json b/packages/examples/package.json index d91da912..72a9886c 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "private": true, "devDependencies": { - "chalk": "^4.1.0", + "chalk": "^5.1.2", "ethers": "^5.0.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 6e1b57bf..b140e462 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5551,6 +5551,11 @@ chalk@^4.0.0, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45" + integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ== + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"