Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Aug 5, 2024
1 parent 67419b1 commit 1a52717
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 54 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"browserify-sign": ">=4.2.2",
"axios": ">=1.6.0",
"word-wrap": ">=1.2.4",
"braces@<3.0.3": ">=3.0.3"
"braces@<3.0.3": ">=3.0.3",
"ws@<7.5.10": "^7.5.10"
}
}
}
8 changes: 4 additions & 4 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"@alephium/web3": "workspace:^",
"@alephium/web3-wallet": "workspace:^",
"@walletconnect/sign-client": "2.13.3",
"@walletconnect/types": "2.13.3",
"@walletconnect/utils": "2.13.3",
"@walletconnect/core": "2.13.3",
"@walletconnect/sign-client": "2.14.0",
"@walletconnect/types": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/core": "2.14.0",
"@walletconnect/keyvaluestorage": "1.1.1",
"eventemitter3": "^4.0.7",
"async-sema": "^3.1.1"
Expand Down
91 changes: 42 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a52717

Please sign in to comment.