mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Resolving pull-ws to v3.3.2 (#10543)
This commit is contained in:
parent
8bcd5e3b08
commit
b74b70df2a
@ -70,7 +70,8 @@
|
||||
"3box/ipfs/ipld-zcash/zcash-bitcore-lib/elliptic": "^6.5.3",
|
||||
"3box/**/libp2p-crypto/node-forge": "^0.10.0",
|
||||
"3box/**/libp2p-keychain/node-forge": "^0.10.0",
|
||||
"analytics-node/axios": "^0.21.1"
|
||||
"analytics-node/axios": "^0.21.1",
|
||||
"pull-ws": "^3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"3box": "^1.10.2",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -14344,7 +14344,7 @@ iso-stream-http@~0.1.2:
|
||||
inherits "^2.0.1"
|
||||
readable-stream "^3.1.1"
|
||||
|
||||
iso-url@^0.4.4, iso-url@~0.4.4, iso-url@~0.4.6:
|
||||
iso-url@~0.4.4, iso-url@~0.4.6:
|
||||
version "0.4.6"
|
||||
resolved "https://registry.yarnpkg.com/iso-url/-/iso-url-0.4.6.tgz#45005c4af4984cad4f8753da411b41b74cf0a8a6"
|
||||
integrity sha512-YQO7+aIe6l1aSJUKOx+Vrv08DlhZeLFIVfehG2L29KLSEb9RszqPXilxJRVpp57px36BddKR5ZsebacO5qG0tg==
|
||||
@ -20087,11 +20087,11 @@ pull-window@^2.1.4:
|
||||
dependencies:
|
||||
looper "^2.0.0"
|
||||
|
||||
pull-ws@hugomrdias/pull-ws#fix/bundle-size:
|
||||
version "3.3.1"
|
||||
resolved "https://codeload.github.com/hugomrdias/pull-ws/tar.gz/8e2ce0bb3b1cd6804828316e937fff8e0bef6225"
|
||||
pull-ws@^3.3.2, pull-ws@hugomrdias/pull-ws#fix/bundle-size:
|
||||
version "3.3.2"
|
||||
resolved "https://registry.yarnpkg.com/pull-ws/-/pull-ws-3.3.2.tgz#abac497a4800e74ab9a6d749c81a44d12d4e77b3"
|
||||
integrity sha512-Bn4bcJsSzJGOQl4RBulDhG1FkcbDHSCXteI8Jg5k4X6X5TxVzZzKilWJ1WV2v4OnRXl2eYbtHFGsPl8Cr1xJzw==
|
||||
dependencies:
|
||||
iso-url "^0.4.4"
|
||||
relative-url "^1.0.2"
|
||||
safe-buffer "^5.1.1"
|
||||
ws "^1.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user