From 4eafa99ee770ce8e21ea48c3bf88025722c593cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:24:00 +0000 Subject: [PATCH] Bump chalk from 4.1.1 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.1 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.1...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4b72db6..20f1dae 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@typescript-eslint/parser": "^5.59.7", "ast-types": "^0.14.2", "babel-plugin-htmlbars-inline-precompile": "^3.0.1", - "chalk": "^4.1.1", + "chalk": "^5.3.0", "common-tags": "^1.8.0", "coveralls": "^3.1.0", "eslint": "^6.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41fd0f8..aae8cb7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,8 +62,8 @@ devDependencies: specifier: ^3.0.1 version: 3.2.0 chalk: - specifier: ^4.1.1 - version: 4.1.2 + specifier: ^5.3.0 + version: 5.3.0 common-tags: specifier: ^1.8.0 version: 1.8.2 @@ -2922,6 +2922,11 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 + /chalk@5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + dev: true + /char-regex@1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'}