From 23b35a4bbc22ea13b26a67a6b3677586b97c0c09 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 8 Jul 2023 10:52:54 +0200 Subject: [PATCH] chore(deps): update all-contributors-cli to 6.26.1 (#10273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli) | devDependencies | patch | [`6.26.0` -> `6.26.1`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.26.0/6.26.1) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
all-contributors/all-contributors-cli (all-contributors-cli) ### [`v6.26.1`](https://togithub.com/all-contributors/cli/releases/tag/v6.26.1) [Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.26.0...v6.26.1) ##### Bug Fixes - add correct arguments to the formatConfig() call ([#​360](https://togithub.com/all-contributors/all-contributors-cli/issues/360)) ([cfb1d9c](https://togithub.com/all-contributors/all-contributors-cli/commit/cfb1d9c007049cba65eb7f7f742faf19226ca958))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f2ebded12df..3010d34f65b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "all-contributors-cli": "6.26.0" + "all-contributors-cli": "6.26.1" }, "scripts": { "contributors:add": "all-contributors add", diff --git a/yarn.lock b/yarn.lock index 9c3a380c315..a40af3fc277 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,10 +9,10 @@ dependencies: regenerator-runtime "^0.13.11" -all-contributors-cli@6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.26.0.tgz#5eaebdfc183290bfd2d3cc018a1e102ae83137a0" - integrity sha512-HOMfawD0XyNbOvLUn7rOAP5N9RLnbH+Y/9/IoxwPzCmy6srHSFyRMwbpD0H7Tw+1QzdJT8RH7bTe1IZkPhF+NQ== +all-contributors-cli@6.26.1: + version "6.26.1" + resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz#9f3358c9b9d0a7e66c8f84ffebf5a6432a859cae" + integrity sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw== dependencies: "@babel/runtime" "^7.7.6" async "^3.1.0"