Update dependency react-native-tcp-socket to v6.2.0

This commit is contained in:
renovate[bot] 2024-07-08 14:39:37 +00:00 committed by GitHub
parent f151668775
commit eaa384627b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -96,7 +96,7 @@
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#2076b48",
"react-native-share": "10.2.1",
"react-native-svg": "13.14.1",
"react-native-tcp-socket": "6.1.0",
"react-native-tcp-socket": "6.2.0",
"react-native-vector-icons": "10.1.0",
"react-native-watch-connectivity": "1.1.0",
"readable-stream": "3.6.2",
@ -19981,9 +19981,9 @@
}
},
"node_modules/react-native-tcp-socket": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/react-native-tcp-socket/-/react-native-tcp-socket-6.1.0.tgz",
"integrity": "sha512-dgJAi6u0Bes9XC9awgbyeQchog15ZRqOWjk7ZKW9DzwyPGXJnMAOhQCYyER9+AcQ4s93A/x/xgGBIXIeBLJQyg==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/react-native-tcp-socket/-/react-native-tcp-socket-6.2.0.tgz",
"integrity": "sha512-q1FSK3cdwyFP3eNxgk+Z6Dgnb84RoAFKaDOIrt2gjG8YbLUad+StGhdd7BUdufNw1bS7JY7IAAgnwwvee3z08Q==",
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
@ -37627,9 +37627,9 @@
}
},
"react-native-tcp-socket": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/react-native-tcp-socket/-/react-native-tcp-socket-6.1.0.tgz",
"integrity": "sha512-dgJAi6u0Bes9XC9awgbyeQchog15ZRqOWjk7ZKW9DzwyPGXJnMAOhQCYyER9+AcQ4s93A/x/xgGBIXIeBLJQyg==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/react-native-tcp-socket/-/react-native-tcp-socket-6.2.0.tgz",
"integrity": "sha512-q1FSK3cdwyFP3eNxgk+Z6Dgnb84RoAFKaDOIrt2gjG8YbLUad+StGhdd7BUdufNw1bS7JY7IAAgnwwvee3z08Q==",
"requires": {
"buffer": "^5.4.3",
"eventemitter3": "^4.0.7"

View File

@ -181,7 +181,7 @@
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#2076b48",
"react-native-share": "10.2.1",
"react-native-svg": "13.14.1",
"react-native-tcp-socket": "6.1.0",
"react-native-tcp-socket": "6.2.0",
"react-native-vector-icons": "10.1.0",
"react-native-watch-connectivity": "1.1.0",
"readable-stream": "3.6.2",