From 959a8433c9240855ff11ff45d324eacb672a1773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 03:05:39 +0000 Subject: [PATCH] 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] --- server/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index d9327d7..0a7a71f 100644 --- a/server/package.json +++ b/server/package.json @@ -25,7 +25,7 @@ "apollo-server": "^3.6.4", "apollo-server-core": "^3.6.5", "apollo-server-express": "^3.6.5", - "chalk": "^4.0.0", + "chalk": "^5.1.0", "execa": "^5.0.0", "express": "^4.17.3", "graphql": "^15.0.0", diff --git a/yarn.lock b/yarn.lock index e157697..01c381e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2624,6 +2624,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: 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== + change-case-all@1.0.14: version "1.0.14" resolved "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz"