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
([#​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-->
This commit is contained in:
parent
25db68a213
commit
a5db7e40a0
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "6.25.0"
|
||||
"all-contributors-cli": "6.25.1"
|
||||
},
|
||||
"scripts": {
|
||||
"contributors:add": "all-contributors add",
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
dependencies:
|
||||
regenerator-runtime "^0.13.11"
|
||||
|
||||
all-contributors-cli@6.25.0:
|
||||
version "6.25.0"
|
||||
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.25.0.tgz#e6bcd79e8ad51826250a70933bad8f9628a927f9"
|
||||
integrity sha512-vsMPLmpnYxzUV0Em/4RNmrnmCruUnIWcY10I0QNRUU9A0275VEuJTVhICi/L2V6foIemwog3ZeNfNV9qeetfsw==
|
||||
all-contributors-cli@6.25.1:
|
||||
version "6.25.1"
|
||||
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.25.1.tgz#d6fbd4e7264939dc8efe897a9ccddc5329e46235"
|
||||
integrity sha512-Q9MfsO6FH09h71IG6OobfESA7lbooB3/bnO2wnuXbLPye1lFsYsa/jpNZP0YBx6zbhwXqqm6CXRZ9HO/tmD4NQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.6"
|
||||
async "^3.1.0"
|
||||
|
|
Loading…
Reference in New Issue