From b45250d160fae6e174ef7e9153d951e09a8c9022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:34:27 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- packages/http/package.json | 2 +- yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index d8db7f1ee..b0c34540f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -13,7 +13,7 @@ "@stoplight/prism-http": "5.12.0", "@stoplight/prism-http-server": "^5.13.0", "@stoplight/types": "^14.1.0", - "chalk": "^4.1.2", + "chalk": "^5.6.2", "chokidar": "^3.5.2", "fp-ts": "^2.11.5", "json-schema-faker": "0.5.8", diff --git a/packages/http/package.json b/packages/http/package.json index d0ef4e667..83f6287b9 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -30,7 +30,7 @@ "ajv": "^8.4.0", "ajv-formats": "^2.1.1", "caseless": "^0.12.0", - "chalk": "^4.1.2", + "chalk": "^5.6.2", "content-type": "^1.0.4", "fp-ts": "^2.11.5", "http-proxy-agent": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 1098afd0d..70fffa368 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2163,6 +2163,11 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea" + integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA== + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"