|
675 | 675 | dependencies: |
676 | 676 | regenerator-runtime "^0.13.4" |
677 | 677 |
|
678 | | -"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.8.4": |
| 678 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4": |
679 | 679 | version "7.13.7" |
680 | 680 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.7.tgz#d494e39d198ee9ca04f4dcb76d25d9d7a1dc961a" |
681 | 681 | integrity sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA== |
|
1277 | 1277 | dependencies: |
1278 | 1278 | "@sinonjs/commons" "^1.7.0" |
1279 | 1279 |
|
1280 | | -"@stream-io/flat-list-mvcp@0.0.9": |
1281 | | - version "0.0.9" |
1282 | | - resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.0.9.tgz#8dad59a93766376a7745deb4a45e50cf0c012a65" |
1283 | | - integrity sha512-tj9Y7bDlFqdiy4girVlvo1Euc0uiYHCQ2vhOjo1B+ChfGC3b5DBDu51OMJDKJyD+U9NP5F/XnV7tcr3k4aDjgg== |
| 1280 | +"@stream-io/flat-list-mvcp@0.10.1": |
| 1281 | + version "0.10.1" |
| 1282 | + resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.10.1.tgz#ee7058c247729556959b19a281ae9e74e20f3e65" |
| 1283 | + integrity sha512-/snvyGqEO/7WKrcFOUxh1s1GPfYaUOwr7wyWgZogOUrGXE75zzEvOe39mooMoCJ8G92govZoAO5LCkftXQUoAQ== |
1284 | 1284 | dependencies: |
1285 | 1285 | lodash.debounce "^4.0.8" |
1286 | 1286 |
|
@@ -3599,15 +3599,6 @@ forever-agent@~0.6.1: |
3599 | 3599 | resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" |
3600 | 3600 | integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= |
3601 | 3601 |
|
3602 | | -form-data@^3.0.0: |
3603 | | - version "3.0.1" |
3604 | | - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" |
3605 | | - integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== |
3606 | | - dependencies: |
3607 | | - asynckit "^0.4.0" |
3608 | | - combined-stream "^1.0.8" |
3609 | | - mime-types "^2.1.12" |
3610 | | - |
3611 | 3602 | form-data@^4.0.0: |
3612 | 3603 | version "4.0.0" |
3613 | 3604 | resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" |
@@ -7213,10 +7204,10 @@ stream-buffers@~2.2.0: |
7213 | 7204 | version "0.0.0" |
7214 | 7205 | uid "" |
7215 | 7206 |
|
7216 | | -stream-chat-react-native-core@v3.1.2: |
7217 | | - version "3.1.2" |
7218 | | - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-3.1.2.tgz#1a63dc8c68f80745752b38bbf20010d7c7d05c91" |
7219 | | - integrity sha512-iOz6xhG/mw1OKbK+dcxIliB7zyrtSeDofuJQ4d2Fz8ysQodOfqmJp7fCNmLuGCvgP9z6mDSXrASPmCL4Yo02GQ== |
| 7207 | +stream-chat-react-native-core@v3.3.0: |
| 7208 | + version "3.3.0" |
| 7209 | + resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-3.3.0.tgz#4ad4e267a152f7f68eecbc5efdd7f56512fb9524" |
| 7210 | + integrity sha512-iH/WUDMt7AqrUzT3rSxQX78tOeJRi4A1QRBkXv+JSZrsxzWlRP4uGT4Ex1JRI7JzTpHbOzDdvWgpwM5WExcfpg== |
7220 | 7211 | dependencies: |
7221 | 7212 | "@babel/runtime" "7.12.13" |
7222 | 7213 | "@gorhom/bottom-sheet" "3.0.0-alpha.0" |
|
7230 | 7221 | path "0.12.7" |
7231 | 7222 | react-art "^16.8.6" |
7232 | 7223 | react-native-markdown-package "1.8.1" |
7233 | | - stream-chat "3.1.2" |
| 7224 | + stream-chat "3.6.2" |
7234 | 7225 |
|
7235 | 7226 | "stream-chat-react-native@link:../../native-package": |
7236 | 7227 | version "0.0.0" |
7237 | 7228 | uid "" |
7238 | 7229 |
|
7239 | | - |
7240 | | - version "3.1.2" |
7241 | | - resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-3.1.2.tgz#271ff85f5533ae432bc94168bfeffca8efc6b55a" |
7242 | | - integrity sha512-hIVkycehlJrkG2D+RV77qhZeOjZyas398DNdD8GeQlVB7Li60p+XPAsaeNob7kEptFow2LC2TTUiR4hQDCbufg== |
7243 | | - dependencies: |
7244 | | - "@babel/runtime" "^7.12.13" |
7245 | | - "@types/jsonwebtoken" "^8.5.0" |
7246 | | - "@types/ws" "^7.4.0" |
7247 | | - axios "^0.21.1" |
7248 | | - base64-js "^1.5.1" |
7249 | | - form-data "^3.0.0" |
7250 | | - isomorphic-ws "^4.0.1" |
7251 | | - jsonwebtoken "^8.5.1" |
7252 | | - ws "^7.4.3" |
7253 | | - |
7254 | 7230 | |
7255 | 7231 | version "3.6.2" |
7256 | 7232 | resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-3.6.2.tgz#4f3ab28f3c02519daea26bcb8578bddd5f414c4a" |
@@ -7967,7 +7943,7 @@ ws@^1.1.0, ws@^1.1.5: |
7967 | 7943 | options ">=0.0.5" |
7968 | 7944 | ultron "1.0.x" |
7969 | 7945 |
|
7970 | | -ws@^7, ws@^7.2.3, ws@^7.4.3: |
| 7946 | +ws@^7, ws@^7.2.3: |
7971 | 7947 | version "7.4.3" |
7972 | 7948 | resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.3.tgz#1f9643de34a543b8edb124bdcbc457ae55a6e5cd" |
7973 | 7949 | integrity sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA== |
|
0 commit comments