Skip to content

Commit 16f8c0c

Browse files
author
Amin Mahboubi
authored
bump stream-chat to v2.6.0 (#568)
1 parent f883114 commit 16f8c0c

File tree

2 files changed

+42
-62
lines changed

2 files changed

+42
-62
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"react-virtuoso": "0.20.0",
4444
"seamless-immutable": "^7.1.4",
4545
"textarea-caret": "^3.1.0",
46-
"uuid": "^7.0.3"
46+
"uuid": "^8.3.1"
4747
},
4848
"peerDependencies": {
4949
"react": "^16.8.x",
5050
"react-dom": "^16.8.x",
51-
"stream-chat": "2.5.x"
51+
"stream-chat": "2.6.x"
5252
},
5353
"files": [
5454
"dist",
@@ -130,7 +130,7 @@
130130
"rollup-plugin-visualizer": "^4.1.1",
131131
"sass": "^1.26.11",
132132
"sass-loader": "^10.0.2",
133-
"stream-chat": "^2.5.0",
133+
"stream-chat": "^2.6.0",
134134
"style-loader": "^1.3.0",
135135
"stylelint": "^13.7.2",
136136
"stylelint-config-recommended-scss": "^4.2.0",

yarn.lock

Lines changed: 39 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@
16331633
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
16341634
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
16351635

1636-
"@types/jsonwebtoken@^8.3.5":
1636+
"@types/jsonwebtoken@^8.5.0":
16371637
version "8.5.0"
16381638
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.0.tgz#2531d5e300803aa63279b232c014acf780c981c5"
16391639
integrity sha512-9bVao7LvyorRGZCw0VmH/dr7Og+NdjYSsKAxB43OQoComFbBgsEpoR9JW6+qSq/ogwVBg8GI2MfAlk4SYI4OLg==
@@ -1783,11 +1783,6 @@
17831783
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
17841784
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
17851785

1786-
"@types/uuid@^3.4.5":
1787-
version "3.4.9"
1788-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.9.tgz#fcf01997bbc9f7c09ae5f91383af076d466594e1"
1789-
integrity sha512-XDwyIlt/47l2kWLTzw/mtrpLdB+GPSskR2n/PIcPn+VYhVO77rGhRncIR5GPU0KRzXuqkDO+J5qqrG0Y8P6jzQ==
1790-
17911786
"@types/uuid@^8.3.0":
17921787
version "8.3.0"
17931788
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
@@ -1814,10 +1809,10 @@
18141809
"@types/webpack-sources" "*"
18151810
source-map "^0.6.0"
18161811

1817-
"@types/ws@^6.0.3":
1818-
version "6.0.4"
1819-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.4.tgz#7797707c8acce8f76d8c34b370d4645b70421ff1"
1820-
integrity sha512-PpPrX7SZW9re6+Ha8ojZG4Se8AZXgf0GK6zmfqEuCsY49LFDNXO3SByp44X3dFEqtB73lkCDAdUazhAjVPiNwg==
1812+
"@types/ws@^7.2.7":
1813+
version "7.2.7"
1814+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.7.tgz#362ad1a1d62721bdb725e72c8cccf357078cf5a3"
1815+
integrity sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==
18211816
dependencies:
18221817
"@types/node" "*"
18231818

@@ -2512,13 +2507,12 @@ axe-core@^3.5.4:
25122507
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227"
25132508
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
25142509

2515-
axios@^0.18.1:
2516-
version "0.18.1"
2517-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
2518-
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
2510+
axios@^0.20.0:
2511+
version "0.20.0"
2512+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
2513+
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
25192514
dependencies:
2520-
follow-redirects "1.5.10"
2521-
is-buffer "^2.0.2"
2515+
follow-redirects "^1.10.0"
25222516

25232517
axobject-query@^2.1.2:
25242518
version "2.2.0"
@@ -3421,7 +3415,7 @@ colors@~0.6.0-1:
34213415
resolved "https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc"
34223416
integrity sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=
34233417

3424-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3418+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
34253419
version "1.0.8"
34263420
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
34273421
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -3868,13 +3862,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
38683862
dependencies:
38693863
ms "2.1.2"
38703864

3871-
debug@=3.1.0:
3872-
version "3.1.0"
3873-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3874-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3875-
dependencies:
3876-
ms "2.0.0"
3877-
38783865
debug@^3.1.1, debug@^3.2.5:
38793866
version "3.2.6"
38803867
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -5270,14 +5257,7 @@ focus-lock@^0.7.0:
52705257
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.7.0.tgz#b2bfb0ca7beacc8710a1ff74275fe0dc60a1d88a"
52715258
integrity sha512-LI7v2mH02R55SekHYdv9pRHR9RajVNyIJ2N5IEkWbg7FT5ZmJ9Hw4mWxHeEUcd+dJo0QmzztHvDvWcc7prVFsw==
52725259

5273-
5274-
version "1.5.10"
5275-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5276-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5277-
dependencies:
5278-
debug "=3.1.0"
5279-
5280-
follow-redirects@^1.0.0:
5260+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
52815261
version "1.13.0"
52825262
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
52835263
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
@@ -5306,13 +5286,13 @@ [email protected]:
53065286
tapable "^1.0.0"
53075287
worker-rpc "^0.1.0"
53085288

5309-
form-data@^2.3.3:
5310-
version "2.5.1"
5311-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
5312-
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
5289+
form-data@^3.0.0:
5290+
version "3.0.0"
5291+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
5292+
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
53135293
dependencies:
53145294
asynckit "^0.4.0"
5315-
combined-stream "^1.0.6"
5295+
combined-stream "^1.0.8"
53165296
mime-types "^2.1.12"
53175297

53185298
form-data@~2.3.2:
@@ -6409,7 +6389,7 @@ is-buffer@^1.1.4, is-buffer@^1.1.5:
64096389
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
64106390
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
64116391

6412-
is-buffer@^2.0.0, is-buffer@^2.0.2:
6392+
is-buffer@^2.0.0:
64136393
version "2.0.4"
64146394
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
64156395
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
@@ -7344,7 +7324,7 @@ jsonify@~0.0.0:
73447324
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
73457325
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
73467326

7347-
jsonwebtoken@^8.3.0:
7327+
jsonwebtoken@^8.5.1:
73487328
version "8.5.1"
73497329
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
73507330
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -11228,24 +11208,24 @@ stream-browserify@^2.0.1:
1122811208
inherits "~2.0.1"
1122911209
readable-stream "^2.0.2"
1123011210

11231-
stream-chat@^2.5.0:
11232-
version "2.5.0"
11233-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-2.5.0.tgz#1859f810ffaeb53ddf19b47c2c5bc8d480bac016"
11234-
integrity sha512-uh6Ms3ovyGaTME21o8/hjjh3FbdNu6Ph3Me16IMjINTubUI0tJjj+NRqcg1Wnk2WlMmsFJlOQ9Fnx3fSVdw+mw==
11211+
stream-chat@^2.6.0:
11212+
version "2.6.0"
11213+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-2.6.0.tgz#2fae6e4c5a56a8f86dee0676654fe2511d751aab"
11214+
integrity sha512-hI1aIMCkcGektSOt7Gt2CrrKmHKn31ovbJ+IWz1rsgdZHiWLCG2QG7JgGUKeoJVD/Ix501CjnEugZHlFdbZLwg==
1123511215
dependencies:
11236-
"@babel/runtime" "^7.3.1"
11237-
"@types/jsonwebtoken" "^8.3.5"
11216+
"@babel/runtime" "^7.11.2"
11217+
"@types/jsonwebtoken" "^8.5.0"
1123811218
"@types/seamless-immutable" "7.1.13"
11239-
"@types/uuid" "^3.4.5"
11240-
"@types/ws" "^6.0.3"
11241-
axios "^0.18.1"
11219+
"@types/uuid" "^8.3.0"
11220+
"@types/ws" "^7.2.7"
11221+
axios "^0.20.0"
1124211222
base64-js "^1.3.1"
11243-
form-data "^2.3.3"
11223+
form-data "^3.0.0"
1124411224
isomorphic-ws "^4.0.1"
11245-
jsonwebtoken "^8.3.0"
11225+
jsonwebtoken "^8.5.1"
1124611226
seamless-immutable "^7.1.4"
11247-
uuid "^3.3.2"
11248-
ws "^6.1.3"
11227+
uuid "^8.3.1"
11228+
ws "^7.3.1"
1124911229

1125011230
stream-each@^1.1.0:
1125111231
version "1.2.3"
@@ -12378,16 +12358,16 @@ uuid@^3.3.2, uuid@^3.4.0:
1237812358
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1237912359
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1238012360

12381-
uuid@^7.0.3:
12382-
version "7.0.3"
12383-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
12384-
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
12385-
1238612361
uuid@^8.3.0:
1238712362
version "8.3.0"
1238812363
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
1238912364
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==
1239012365

12366+
uuid@^8.3.1:
12367+
version "8.3.1"
12368+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
12369+
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
12370+
1239112371
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
1239212372
version "2.1.1"
1239312373
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745"
@@ -12823,14 +12803,14 @@ [email protected]:
1282312803
dependencies:
1282412804
mkdirp "^0.5.1"
1282512805

12826-
ws@^6.1.3, ws@^6.2.1:
12806+
ws@^6.2.1:
1282712807
version "6.2.1"
1282812808
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
1282912809
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
1283012810
dependencies:
1283112811
async-limiter "~1.0.0"
1283212812

12833-
ws@^7.2.3:
12813+
ws@^7.2.3, ws@^7.3.1:
1283412814
version "7.3.1"
1283512815
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
1283612816
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==

0 commit comments

Comments
 (0)