Skip to content

Commit

Permalink
chore: bump jayson from 3.6.6 to 4.0.0 in /web3.js
Browse files Browse the repository at this point in the history
Bumps [jayson](https://github.com/tedeh/jayson) from 3.6.6 to 4.0.0.
- [Release notes](https://github.com/tedeh/jayson/releases)
- [Commits](tedeh/jayson@v3.6.6...v4.0.0)

---
updated-dependencies:
- dependency-name: jayson
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2022
1 parent 4308c30 commit 6a8acfd
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 53 deletions.
133 changes: 87 additions & 46 deletions web3.js/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 web3.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"bs58": "^4.0.1",
"buffer": "6.0.1",
"fast-stable-stringify": "^1.0.0",
"jayson": "^3.4.4",
"jayson": "^4.0.0",
"node-fetch": "2",
"rpc-websockets": "^7.5.0",
"superstruct": "^0.14.2"
Expand Down
30 changes: 24 additions & 6 deletions web3.js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5154,6 +5154,24 @@ jayson@^3.4.4:
uuid "^8.3.2"
ws "^7.4.5"

jayson@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jayson/-/jayson-4.0.0.tgz#145a0ced46f900934c9b307e1332bcb0c7dbdb17"
integrity sha512-v2RNpDCMu45fnLzSk47vx7I+QUaOsox6f5X0CUlabAFwxoP+8MfAY0NQRFwOEYXIxm8Ih5y6OaEa5KYiQMkyAA==
dependencies:
"@types/connect" "^3.4.33"
"@types/node" "^12.12.54"
"@types/ws" "^7.4.4"
JSONStream "^1.3.5"
commander "^2.20.3"
delay "^5.0.0"
es6-promisify "^5.0.0"
eyes "^0.1.8"
isomorphic-ws "^4.0.1"
json-stringify-safe "^5.0.1"
uuid "^8.3.2"
ws "^7.4.5"

jest-worker@^26.2.1:
version "26.6.2"
resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz"
Expand Down Expand Up @@ -8652,16 +8670,16 @@ write-file-atomic@^4.0.0, write-file-atomic@^4.0.1:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

ws@*, ws@^7.3.1, ws@^7.4.5, ws@^7.4.6:
version "7.5.7"
resolved "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz"
integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==

ws@^8.5.0:
ws@*, ws@^8.5.0:
version "8.8.0"
resolved "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz"
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==

ws@^7.3.1, ws@^7.4.5, ws@^7.4.6:
version "7.5.7"
resolved "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz"
integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==

[email protected]:
version "2.0.0"
resolved "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz"
Expand Down

0 comments on commit 6a8acfd

Please sign in to comment.