Skip to content

Commit

Permalink
fix: upgrade async-mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Mar 11, 2024
1 parent 019f0b9 commit b2263da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@noble/secp256k1": "1.7.1",
"@xmtp/proto": "3.45.0",
"@xmtp/user-preferences-bindings-wasm": "^0.3.6",
"async-mutex": "^0.4.1",
"async-mutex": "^0.5.0",
"elliptic": "^6.5.4",
"long": "^5.2.3",
"viem": "^2.7.22"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ __metadata:
"@xmtp/proto": "npm:3.45.0"
"@xmtp/rollup-plugin-resolve-extensions": "npm:1.0.1"
"@xmtp/user-preferences-bindings-wasm": "npm:^0.3.6"
async-mutex: "npm:^0.4.1"
async-mutex: "npm:^0.5.0"
benny: "npm:^3.7.1"
dd-trace: "npm:^5.5.0"
elliptic: "npm:^6.5.4"
Expand Down Expand Up @@ -3110,12 +3110,12 @@ __metadata:
languageName: node
linkType: hard

"async-mutex@npm:^0.4.1":
version: 0.4.1
resolution: "async-mutex@npm:0.4.1"
"async-mutex@npm:^0.5.0":
version: 0.5.0
resolution: "async-mutex@npm:0.5.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10/7e9f77b112b8545beb6612493fae4a8d9d1d6c3f24fc22f4d6d05ce96d1e8d326ac3e743a804cc6d7bf24e7ef0267afb65bb127f99b2e433609684b38933ff1c
checksum: 10/4c6bfce1cc9cd43f723c4d96403ac5f4757f885c953b839cde6956ec8817ff39623b82d67614de10c7933e21626925882fb9bac367db7d15d7cb4f84228722c9
languageName: node
linkType: hard

Expand Down

0 comments on commit b2263da

Please sign in to comment.