From 367b83b0b6541ca79d6bd7a1dac1498e44b66163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:50:48 +0000 Subject: [PATCH] chore(deps): bump chalk from 5.1.2 to 5.2.0 (#8699) Bumps [chalk](https://github.com/chalk/chalk) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9719cd80b6..bff66f68ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^7.0.0", - "chalk": "^5.1.2", + "chalk": "^5.2.0", "check-node-version": "^4.2.1", "cloudflare-middleware": "^1.0.4", "config": "^3.3.8", @@ -8338,9 +8338,9 @@ "dev": true }, "node_modules/chalk": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", - "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -36185,9 +36185,9 @@ "dev": true }, "chalk": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", - "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==" }, "change-case": { "version": "4.1.2", diff --git a/package.json b/package.json index e03e0f8e1e..4bda8c6ac8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^7.0.0", - "chalk": "^5.1.2", + "chalk": "^5.2.0", "check-node-version": "^4.2.1", "cloudflare-middleware": "^1.0.4", "config": "^3.3.8", -- GitLab