From c74095ea62d48b68503461e2f7875ad4280af4cf Mon Sep 17 00:00:00 2001 From: Mike Gorman <56125182+mikegorman-nf@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:36:55 -0400 Subject: [PATCH] fix: upgrade async-mutex from 0.3.2 to 0.5.0 (#207) Snyk has created this PR to upgrade async-mutex from 0.3.2 to 0.5.0. See this package in yarn: async-mutex See this project in Snyk: https://app.snyk.io/org/mike.gorman/project/53d79b60-5523-4149-82c6-ccc43a10476d?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package.json | 2 +- yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d41029..fbc4b04 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "@openziti/ziti-browzer-core": "^0.40.3", - "async-mutex": "^0.3.2", + "async-mutex": "^0.5.0", "cheerio": "^1.0.0-rc.12", "jwt-decode": "^3.1.2", "lodash-es": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index a83fa56..996981d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1422,6 +1422,13 @@ async-mutex@^0.3.2: dependencies: tslib "^2.3.1" +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" + async-settle@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz" @@ -5353,6 +5360,11 @@ tslib@^2.3.1: resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +tslib@^2.4.0: + version "2.6.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" + integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== + type@^1.0.1: version "1.2.0" resolved "https://registry.npmjs.org/type/-/type-1.2.0.tgz"