Skip to content

Commit

Permalink
fix: upgrade async-mutex from 0.3.2 to 0.5.0 (#207)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mikegorman-nf and snyk-bot authored Jun 14, 2024
1 parent 6bc02e5 commit c74095e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c74095e

Please sign in to comment.