From 0ba1281efe16ef0b725937627445c32c36b9f705 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 12 Mar 2024 11:52:16 +0100 Subject: [PATCH] fix(deps): update dependency async-mutex to ^0.5.0 (#1240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [async-mutex](https://togithub.com/DirtyHairy/async-mutex) | [`^0.4.0` -> `^0.5.0`](https://renovatebot.com/diffs/npm/async-mutex/0.4.1/0.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/async-mutex/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/async-mutex/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/async-mutex/0.4.1/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/async-mutex/0.4.1/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
DirtyHairy/async-mutex (async-mutex) ### [`v0.5.0`](https://togithub.com/DirtyHairy/async-mutex/blob/HEAD/CHANGELOG.md#050) [Compare Source](https://togithub.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) - Support priority queueing for mutexes and semaphores. A huge "thank you" goes to [@​dmurvihill](https://togithub.com/dmurvihill) who added this feature. - Update dependencies.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-datastore). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8423fb7b..08868222 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@google-cloud/promisify": "^4.0.0", "arrify": "^2.0.1", - "async-mutex": "^0.4.0", + "async-mutex": "^0.5.0", "concat-stream": "^2.0.0", "extend": "^3.0.2", "google-gax": "^4.0.5",