From bb65750f87f7629f03e2fb0e42b60c203c99af0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:02:22 +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 5d3f6ed..1ae7731 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "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 a52049e..3ed52f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,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 @@ -2644,6 +2644,11 @@ packages: supports-color: 7.2.0 dev: true + /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'}