From 59821545d447e340eb3116432f64ef4264350c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 23:25:41 +0000 Subject: [PATCH] Bump chalk from 5.1.2 to 5.2.0 (#1052) 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6936d55..89c34ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/jest": "^29.2.3", "@types/js-yaml": "^4.0.5", "@types/sharp": "^0.31.0", - "chalk": "^5.1.2", + "chalk": "^5.2.0", "eslint": "^8.29.0", "eslint-config-next": "^13.0.6", "jest": "^29.3.1", @@ -4546,9 +4546,9 @@ } }, "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==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" diff --git a/package.json b/package.json index 73ca2b2..b5837a9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/jest": "^29.2.3", "@types/js-yaml": "^4.0.5", "@types/sharp": "^0.31.0", - "chalk": "^5.1.2", + "chalk": "^5.2.0", "eslint": "^8.29.0", "eslint-config-next": "^13.0.6", "jest": "^29.3.1",