From 942560f55e37fa7520eb61c792e824f732d00bfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:54:26 +0000 Subject: [PATCH] Update dependency async-mutex to ^0.5.0 --- api/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package.json b/api/package.json index 6bac2870..a1f1045d 100644 --- a/api/package.json +++ b/api/package.json @@ -52,7 +52,7 @@ "@types/ungap__structured-clone": "^0.3.0", "@types/url-join": "^4.0.1", "@ungap/structured-clone": "^0.3.4", - "async-mutex": "^0.4.0", + "async-mutex": "^0.5.0", "cheerio": "1.0.0-rc.12", "comment-json": "^3.0.0", "compression": "^1.7.4", diff --git a/yarn.lock b/yarn.lock index ee789a3a..34aa95f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5441,10 +5441,10 @@ async-function@^1.0.0: resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b" integrity sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA== -async-mutex@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.4.1.tgz#bccf55b96f2baf8df90ed798cb5544a1f6ee4c2c" - integrity sha512-WfoBo4E/TbCX1G95XTjbWTE3X2XLG0m1Xbv2cwOtuPdyH9CZvnaA5nCt1ucjaKEgW2A5IF71hxrRhr83Je5xjA== +async-mutex@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.5.0.tgz#353c69a0b9e75250971a64ac203b0ebfddd75482" + integrity sha512-1A94B18jkJ3DYq284ohPxoXbfTA5HsQ7/Mf4DEhcyLx3Bz27Rh59iScbB6EPiP+B+joue6YCxcMXSbFC1tZKwA== dependencies: tslib "^2.4.0"