From e8a890ad883c6b48b5ee0f3360ddf544761d1799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 04:11:08 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 5.1.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.1.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e2bb9f34..58696807 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "babel-jest": "27.4.6", "babel-loader": "8.2.3", "case-sensitive-paths-webpack-plugin": "2.4.0", - "chalk": "4.1.2", + "chalk": "5.1.0", "clean-webpack-plugin": "4.0.0", "eslint": "8.7.0", "eslint-plugin-import": "2.25.4", diff --git a/yarn.lock b/yarn.lock index 81e26022..454ff39a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2957,13 +2957,10 @@ case-sensitive-paths-webpack-plugin@2.4.0: resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== -chalk@4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" +chalk@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.0.tgz#c4b4a62bfb6df0eeeb5dbc52e6a9ecaff14b9976" + integrity sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ== chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: version "2.4.2"