From 086e005cfaea2fb8141919c83e6e3264f4945cd4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 26 Apr 2023 07:27:58 +0200 Subject: [PATCH] chore(deps): update all-contributors-cli to 6.25.0 (#8159) 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 | minor | [`6.24.0` -> `6.25.0`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.24.0/6.25.0) | --- ### ⚠ 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 ### [`v6.25.0`](https://togithub.com/all-contributors/cli/releases/tag/v6.25.0) [Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.24.0...v6.25.0) ##### Features - add `wrapperTemplate` option ([#​348](https://togithub.com/all-contributors/all-contributors-cli/issues/348)) ([2c07af8](https://togithub.com/all-contributors/all-contributors-cli/commit/2c07af8c69e636cf09d9975af76e7756ae7bae41))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 8dd7ced4fc8..354055c8329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "all-contributors-cli": "6.24.0" + "all-contributors-cli": "6.25.0" }, "scripts": { "contributors:add": "all-contributors add", diff --git a/yarn.lock b/yarn.lock index 27efa3ea985..d3aabe3634c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,10 +9,10 @@ dependencies: regenerator-runtime "^0.13.11" -all-contributors-cli@6.24.0: - version "6.24.0" - resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.24.0.tgz#25c480c5c6e921532873114c2d6487816e6c22e0" - integrity sha512-7oSKr2PnqxsOotuSwciltcFTS1eVRdjR0cn99hbElfff7gRQBShVhsf/XBprY41sLcgqTk0l0MKgKv6QNgZdMg== +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== dependencies: "@babel/runtime" "^7.7.6" async "^3.1.0"