Skip to content

Commit

Permalink
update json-rpc-middleware-stream (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Nov 2, 2022
1 parent e6cf8bc commit e05577e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"fast-deep-equal": "^2.0.1",
"is-stream": "^2.0.0",
"json-rpc-engine": "^6.1.0",
"json-rpc-middleware-stream": "^4.1.0",
"json-rpc-middleware-stream": "^4.2.0",
"pump": "^3.0.0",
"webextension-polyfill-ts": "^0.25.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3490,10 +3490,10 @@ json-rpc-engine@^6.1.0:
"@metamask/safe-event-emitter" "^2.0.0"
eth-rpc-errors "^4.0.2"

json-rpc-middleware-stream@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/json-rpc-middleware-stream/-/json-rpc-middleware-stream-4.1.0.tgz#5bc570cdfc63488805f43b5042273f9a631b052c"
integrity sha512-pg40YNVorY/HICPShALVPIsr7NrH5wgEqzF/MzCSAkk028VJ0sSa3VRvZCjaXd9b2gPigO9DMSo4/znxBpMVAg==
json-rpc-middleware-stream@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/json-rpc-middleware-stream/-/json-rpc-middleware-stream-4.2.0.tgz#a235814e031a2f85cc14b213aa7d42b75527104b"
integrity sha512-vaPaFVnhozfAVx6ImO3YuSrzl6A1OCktDi9Prw6NASn2VRYfe3pzv+2QGzFHRjViztr61oHi6KC3k8cujrfK7A==
dependencies:
"@metamask/safe-event-emitter" "^2.0.0"
readable-stream "^2.3.3"
Expand Down

0 comments on commit e05577e

Please sign in to comment.