Skip to content

Commit 0ba1281

Browse files
authored
fix(deps): update dependency async-mutex to ^0.5.0 (#1240)
[![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 <details> <summary>DirtyHairy/async-mutex (async-mutex)</summary> ### [`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 [@&#8203;dmurvihill](https://togithub.com/dmurvihill) who added this feature. - Update dependencies. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 1585d4a commit 0ba1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@google-cloud/promisify": "^4.0.0",
4545
"arrify": "^2.0.1",
46-
"async-mutex": "^0.4.0",
46+
"async-mutex": "^0.5.0",
4747
"concat-stream": "^2.0.0",
4848
"extend": "^3.0.2",
4949
"google-gax": "^4.0.5",

0 commit comments

Comments
 (0)