Skip to content

Commit c1677e4

Browse files
authored
fix(deps): Update dependency chalk to v5.1.2 (#78)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | dependencies | minor | [`5.0.1` -> `5.1.2`](https://renovatebot.com/diffs/npm/chalk/5.0.1/5.1.2) | --- ### Release Notes <details> <summary>chalk/chalk</summary> ### [`v5.1.2`](https://togithub.com/chalk/chalk/releases/tag/v5.1.2) [Compare Source](https://togithub.com/chalk/chalk/compare/v5.1.1...v5.1.2) - Fix exported styles names ([#&#8203;569](https://togithub.com/chalk/chalk/issues/569)) [`a34bcf6`](https://togithub.com/chalk/chalk/commit/a34bcf6) ### [`v5.1.1`](https://togithub.com/chalk/chalk/releases/tag/v5.1.1) [Compare Source](https://togithub.com/chalk/chalk/compare/v5.1.0...v5.1.1) - Improved the names of exports introduced in 5.1.0 ([#&#8203;567](https://togithub.com/chalk/chalk/issues/567)) [`6e0df05`](https://togithub.com/chalk/chalk/commit/6e0df05) - We of course preserved the old names. ### [`v5.1.0`](https://togithub.com/chalk/chalk/releases/tag/v5.1.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v5.0.1...v5.1.0) - Expose style names ([#&#8203;566](https://togithub.com/chalk/chalk/issues/566)) [`d7d7571`](https://togithub.com/chalk/chalk/commit/d7d7571) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4wIn0=-->
1 parent 239cb69 commit c1677e4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
2626
"dependencies": {
2727
"@actions/core": "1.10.0",
28-
"chalk": "5.0.1",
28+
"chalk": "5.1.2",
2929
"execa": "6.1.0",
3030
"ora": "6.1.2",
3131
"semver": "7.3.8"

0 commit comments

Comments
 (0)