Files
charts/package.json
TrueCharts Bot a5db7e40a0 chore(deps): update all-contributors-cli to 6.25.1 (#8920)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli)
| devDependencies | patch | [`6.25.0` ->
`6.25.1`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.25.0/6.25.1)
|

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli</summary>

###
[`v6.25.1`](https://togithub.com/all-contributors/cli/releases/tag/v6.25.1)

[Compare
Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.25.0...v6.25.1)

##### Bug Fixes

- correct escape quotes in contributor names
([#&#8203;351](https://togithub.com/all-contributors/all-contributors-cli/issues/351))
([959e361](959e3613bf))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44MC4yIiwidXBkYXRlZEluVmVyIjoiMzUuODAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-13 10:15:14 +02:00

10 lines
213 B
JSON

{
"devDependencies": {
"all-contributors-cli": "6.25.1"
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
}
}