From de2d4a7eeed17468938f2ef9789f34ae92e9c808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:06:12 +0000 Subject: [PATCH] Bump chalk from 5.1.0 to 5.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b9f51cf..4a5e95e6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@electron/remote": "2.0.8", "args": "5.0.3", - "chalk": "5.1.0", + "chalk": "5.1.2", "color": "4.2.3", "columnify": "1.6.0", "css-loader": "6.7.1", diff --git a/yarn.lock b/yarn.lock index 6119194a..51313f03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2213,10 +2213,10 @@ chalk@2.4.2, chalk@^2.0.0: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@5.1.0, chalk@^5.0.0, chalk@^5.0.1: - version "5.1.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz#c4b4a62bfb6df0eeeb5dbc52e6a9ecaff14b9976" - integrity sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ== +chalk@5.1.2, chalk@^5.0.0, chalk@^5.0.1: + version "5.1.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45" + integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ== chalk@^3.0.0: version "3.0.0"