From f55dc7d7e1991420dcc0b0e987cd6fc59eddfee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:38:42 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4e93fc1..194a2e7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "@inquirer/prompts": "^3.2.0", "@listr2/prompt-adapter-inquirer": "^1.0.1", - "chalk": "v4", + "chalk": "v5", "config": "^3.3.9", "dotenv": "^16.3.1", "envalid": "^8.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13c57e9..a521f2c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^1.0.1 version: 1.0.1(@inquirer/prompts@3.2.0) chalk: - specifier: v4 - version: 4.1.2 + specifier: v5 + version: 5.3.0 config: specifier: ^3.3.9 version: 3.3.9 @@ -988,7 +988,6 @@ packages: /chalk@5.3.0: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true /chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}