Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: update @trufflesuite/uws-js-unofficial dependency to silence nod…
Browse files Browse the repository at this point in the history
…e12 warnings (#2807)
  • Loading branch information
jeffsmale90 authored and davidmurdoch committed Apr 4, 2022
1 parent 04bcd3d commit d4b05e9
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions src/chains/ethereum/ethereum/package-lock.json

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

2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ws": "8.2.3"
},
"devDependencies": {
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.5",
"@types/encoding-down": "5.0.0",
"@types/fs-extra": "9.0.2",
"@types/keccak": "3.0.1",
Expand Down
18 changes: 9 additions & 9 deletions src/chains/filecoin/filecoin/package-lock.json

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

2 changes: 1 addition & 1 deletion src/chains/filecoin/filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@filecoin-shipyard/lotus-client-schema": "2.0.0",
"@ganache/filecoin-options": "0.1.4",
"@ganache/utils": "0.1.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.5",
"@types/bn.js": "5.1.0",
"@types/deep-equal": "1.0.1",
"@types/levelup": "4.3.0",
Expand Down
12 changes: 6 additions & 6 deletions src/chains/tezos/tezos/package-lock.json

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

2 changes: 1 addition & 1 deletion src/chains/tezos/tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"emittery": "0.10.0"
},
"devDependencies": {
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.5",
"@types/mocha": "9.0.0",
"cheerio": "1.0.0-rc.3",
"cross-env": "7.0.3",
Expand Down
12 changes: 6 additions & 6 deletions src/packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ganache/options": "0.1.4",
"@ganache/tezos": "0.1.4",
"@ganache/utils": "0.1.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.5",
"aggregate-error": "3.1.0",
"emittery": "0.10.0",
"promise.allsettled": "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/ganache/npm-shrinkwrap.json

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

18 changes: 9 additions & 9 deletions src/packages/utils/package-lock.json

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

2 changes: 1 addition & 1 deletion src/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"seedrandom": "3.0.5"
},
"devDependencies": {
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.4",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.5",
"@types/mocha": "9.0.0",
"@types/seedrandom": "3.0.1",
"cross-env": "7.0.3",
Expand Down

0 comments on commit d4b05e9

Please sign in to comment.