Update dependency readable-stream to v3.6.2

This commit is contained in:
renovate[bot] 2023-03-27 06:02:35 +00:00 committed by GitHub
parent fe9e0c4255
commit ab835f9a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View File

@ -100,7 +100,7 @@
"react-native-webview": "11.26.1",
"react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#a128c38",
"react-native-windows": "0.71.4",
"readable-stream": "3.6.0",
"readable-stream": "3.6.2",
"realm": "11.7.0",
"rn-ldk": "github:BlueWallet/rn-ldk#v0.8.4",
"rn-nodeify": "10.3.0",
@ -20766,8 +20766,9 @@
}
},
"node_modules/readable-stream": {
"version": "3.6.0",
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
@ -39342,8 +39343,9 @@
}
},
"readable-stream": {
"version": "3.6.0",
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
"requires": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",

View File

@ -189,7 +189,7 @@
"react-native-webview": "11.26.1",
"react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#a128c38",
"react-native-windows": "0.71.4",
"readable-stream": "3.6.0",
"readable-stream": "3.6.2",
"realm": "11.7.0",
"rn-ldk": "github:BlueWallet/rn-ldk#v0.8.4",
"rn-nodeify": "10.3.0",