Skip to content

Commit

Permalink
fix: 📦 bump dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2022
1 parent f13d244 commit a370ad0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/semver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nrwl/devkit": "^15.0.0"
},
"dependencies": {
"chalk": "4.1.2",
"chalk": "5.2.0",
"conventional-changelog": "^3.1.25",
"conventional-recommended-bump": "^6.1.0",
"detect-indent": "6.1.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ __metadata:
"@types/semver": 7.3.13
"@types/standard-version": 7.0.1
"@types/tmp": 0.2.3
chalk: 4.1.2
chalk: 5.2.0
conventional-changelog: ^3.1.25
conventional-recommended-bump: ^6.1.0
detect-indent: 6.1.0
Expand Down Expand Up @@ -2688,13 +2688,10 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
ansi-styles: ^4.1.0
supports-color: ^7.1.0
checksum: fe75c9d5c76a7a98d45495b91b2172fa3b7a09e0cc9370e5c8feb1c567b85c4288e2b3fded7cfdd7359ac28d6b3844feb8b82b8686842e93d23c827c417e83fc
"chalk@npm:5.2.0":
version: 5.2.0
resolution: "chalk@npm:5.2.0"
checksum: 03d8060277de6cf2fd567dc25fcf770593eb5bb85f460ce443e49255a30ff1242edd0c90a06a03803b0466ff0687a939b41db1757bec987113e83de89a003caa
languageName: node
linkType: hard

Expand All @@ -2709,6 +2706,16 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
ansi-styles: ^4.1.0
supports-color: ^7.1.0
checksum: fe75c9d5c76a7a98d45495b91b2172fa3b7a09e0cc9370e5c8feb1c567b85c4288e2b3fded7cfdd7359ac28d6b3844feb8b82b8686842e93d23c827c417e83fc
languageName: node
linkType: hard

"char-regex@npm:^1.0.2":
version: 1.0.2
resolution: "char-regex@npm:1.0.2"
Expand Down

0 comments on commit a370ad0

Please sign in to comment.