Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: bump rpc-websockets from 7.4.17 to 7.4.18 in /web3.js
Browse files Browse the repository at this point in the history
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 7.4.17 to 7.4.18.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases)
- [Commits](elpheria/rpc-websockets@v7.4.17...v7.4.18)

---
updated-dependencies:
- dependency-name: rpc-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2022
1 parent f71b51f commit 8b8192a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 48 deletions.
77 changes: 46 additions & 31 deletions web3.js/package-lock.json

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

33 changes: 16 additions & 17 deletions web3.js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -806,9 +806,9 @@
pirates "^4.0.5"
source-map-support "^0.5.16"

"@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4":
version "7.17.8"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz"
"@babel/runtime@^7.10.5", "@babel/runtime@^7.12.5", "@babel/runtime@^7.17.2", "@babel/runtime@^7.8.4":
version "7.17.9"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
dependencies:
regenerator-runtime "^0.13.4"

Expand Down Expand Up @@ -1829,8 +1829,8 @@
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz"

"@types/mocha@^9.0.0":
version "9.1.0"
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.0.tgz"
version "9.1.1"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"

"@types/mz@^2.7.3":
version "2.7.4"
Expand Down Expand Up @@ -2673,10 +2673,6 @@ cidr-regex@^3.1.1:
dependencies:
ip-regex "^4.1.0"

circular-json@^0.5.9:
version "0.5.9"
resolved "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz"

clean-stack@^2.0.0:
version "2.2.0"
resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz"
Expand Down Expand Up @@ -6783,14 +6779,13 @@ rollup@2.60.2:
fsevents "~2.3.2"

rpc-websockets@^7.4.2:
version "7.4.17"
resolved "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.17.tgz"
version "7.4.18"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.4.18.tgz#274c825c0efadbf6fe75f10289229ae537fe9ffb"
dependencies:
"@babel/runtime" "^7.11.2"
circular-json "^0.5.9"
"@babel/runtime" "^7.17.2"
eventemitter3 "^4.0.7"
uuid "^8.3.0"
ws "^7.4.5"
uuid "^8.3.2"
ws "^8.5.0"
optionalDependencies:
bufferutil "^4.0.1"
utf-8-validate "^5.0.2"
Expand Down Expand Up @@ -7763,7 +7758,7 @@ uuid@^3.3.2, uuid@^3.3.3:
version "3.4.0"
resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"

uuid@^8.0.0, uuid@^8.3.0, uuid@^8.3.2:
uuid@^8.0.0, uuid@^8.3.2:
version "8.3.2"
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"

Expand Down Expand Up @@ -7948,7 +7943,11 @@ write-file-atomic@^4.0.0:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

ws@*, ws@^7.3.1, ws@^7.4.5, ws@^7.4.6:
ws@*, ws@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"

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"

Expand Down

0 comments on commit 8b8192a

Please sign in to comment.