Skip to content

Commit 01e662a

Browse files
committed
dependencies(async-mutex): upgrade to version 0.3.2
1 parent 2ef3e00 commit 01e662a

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@types/tmp": "^0.2.0",
46-
"async-mutex": "^0.3.0",
46+
"async-mutex": "^0.3.2",
4747
"camelcase": "^6.1.0",
4848
"debug": "^4.2.0",
4949
"find-cache-dir": "^3.3.2",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,12 +1591,12 @@ astral-regex@^2.0.0:
15911591
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
15921592
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
15931593

1594-
async-mutex@^0.3.0:
1595-
version "0.3.1"
1596-
resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.3.1.tgz#7033af665f1c7cebed8b878267a43ba9e77c5f67"
1597-
integrity sha512-vRfQwcqBnJTLzVQo72Sf7KIUbcSUP5hNchx6udI1U6LuPQpfePgdjJzlCe76yFZ8pxlLjn9lwcl/Ya0TSOv0Tw==
1594+
async-mutex@^0.3.2:
1595+
version "0.3.2"
1596+
resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.3.2.tgz#1485eda5bda1b0ec7c8df1ac2e815757ad1831df"
1597+
integrity sha512-HuTK7E7MT7jZEh1P9GtRW9+aTWiDWWi9InbZ5hjxrnRa39KS4BW04+xLBhYNS2aXhHUIKZSw3gj4Pn1pj+qGAA==
15981598
dependencies:
1599-
tslib "^2.1.0"
1599+
tslib "^2.3.1"
16001600

16011601
asynckit@^0.4.0:
16021602
version "0.4.0"
@@ -6537,11 +6537,16 @@ tslib@^1.8.1, tslib@^1.9.0:
65376537
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
65386538
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
65396539

6540-
tslib@^2.1.0, tslib@^2.3.0:
6540+
tslib@^2.3.0:
65416541
version "2.3.0"
65426542
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
65436543
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
65446544

6545+
tslib@^2.3.1:
6546+
version "2.3.1"
6547+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6548+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6549+
65456550
tsutils@^3.21.0:
65466551
version "3.21.0"
65476552
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)