Skip to content

Commit

Permalink
updated react-native-tcp-socket, fix for issue #6819
Browse files Browse the repository at this point in the history
  • Loading branch information
cakesoft-vijaysingh committed Sep 26, 2023
1 parent 426cee0 commit d79e5af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.7.2):
- React-Core
- react-native-tcp-socket (5.6.2):
- react-native-tcp-socket (6.0.6):
- CocoaAsyncSocket
- React-Core
- react-native-video (5.2.1):
Expand Down Expand Up @@ -993,8 +993,8 @@ SPEC CHECKSUMS:
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
GoogleDataTransport: f0308f5905a745f94fb91fea9c6cbaf3831cb1bd
GoogleUtilities: c63691989bf362ba0505507da00eeb326192e83e
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
hermes-engine: 8b9dc37355d2e12879267382f4256afd356349a1
jail-monkey: a71b35d482a70ecba844a90f002994012cf12a5d
Expand Down Expand Up @@ -1038,7 +1038,7 @@ SPEC CHECKSUMS:
react-native-print: d2d083f2305faacfba12d3896ec6ca72303da2b2
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
react-native-tcp-socket: e724380c910c2e704816ec817ed28f1342246ff7
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
react-native-view-shot: f5507655f122e6b104888a11130f267a427f0d57
React-perflogger: 431a655960a02f01257d631b2a9bfbb02fd21064
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
},
"dependencies": {
"@gorhom/bottom-sheet": "^1.4.1",
"@mindinventory/react-native-stagger-view": "^1.2.1",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/netinfo": "^9.0.0",
"@mindinventory/react-native-stagger-view": "^1.2.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^9.0.0",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/app": "14.11.1",
"@react-native-firebase/dynamic-links": "14.11.1",
Expand Down Expand Up @@ -144,7 +144,7 @@
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^4.0.0-beta.5",
"react-native-svg": "^13.9.0",
"react-native-tcp-socket": "^5.6.2",
"react-native-tcp-socket": "^6.0.6",
"react-native-vector-icons": "^7.0.0",
"react-native-video": "5.2.1",
"react-native-view-shot": "^3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10312,10 +10312,10 @@ react-native-svg@^13.9.0:
css-select "^5.1.0"
css-tree "^1.1.3"

react-native-tcp-socket@^5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/react-native-tcp-socket/-/react-native-tcp-socket-5.6.2.tgz#8f09c13f73f6592a34cee5f441acc7a0aefbdf0a"
integrity sha512-doijFOAJd9p8KmduhfbZaPfqRVd3CZuTLAimJx0yxIqFWy/EDPGHeFVrOEOqRZ3lWBVDcssiCIQJhV0baKu5Pg==
react-native-tcp-socket@^6.0.6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/react-native-tcp-socket/-/react-native-tcp-socket-6.0.6.tgz#8e124e5d347b0ef4ea6dc6d38b8f1771f47bfbce"
integrity sha512-FIFSP+3S5OnJRjl7ddD7G9NfVbVEiQ4WROEmOBei1cKE0pDz2R/Kcm4XkFlnMd5sdoG6Wbv830Yd/ZsmOjkEKw==
dependencies:
buffer "^5.4.3"
eventemitter3 "^4.0.7"
Expand Down

0 comments on commit d79e5af

Please sign in to comment.