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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-12 23:25:41 +00:00 committed by GitHub
parent db08d0e286
commit 59821545d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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"

View File

@ -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",