Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@uppy/companion: upgrade ws version #3949

Merged
merged 1 commit into from Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Expand Up @@ -65,7 +65,7 @@
"serialize-javascript": "^6.0.0",
"tus-js-client": "^3.0.0",
"validator": "^12.1.0",
"ws": "6.2.2"
"ws": "8.8.1"
},
"devDependencies": {
"@types/compression": "1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/companion/src/server/socket.js
@@ -1,4 +1,4 @@
const SocketServer = require('ws').Server
const SocketServer = require('ws').WebSocketServer
const { jsonStringify } = require('./helpers/utils')
const emitter = require('./emitter')
const redis = require('./redis')
Expand Down
35 changes: 25 additions & 10 deletions yarn.lock
Expand Up @@ -10202,7 +10202,7 @@ __metadata:
tus-js-client: ^3.0.0
typescript: ~4.4
validator: ^12.1.0
ws: 6.2.2
ws: 8.8.1
bin:
companion: ./bin/companion
languageName: unknown
Expand Down Expand Up @@ -42020,15 +42020,6 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

"ws@npm:6.2.2, ws@npm:^6.2.1":
version: 6.2.2
resolution: "ws@npm:6.2.2"
dependencies:
async-limiter: ~1.0.0
checksum: aec3154ec51477c094ac2cb5946a156e17561a581fa27005cbf22c53ac57f8d4e5f791dd4bbba6a488602cb28778c8ab7df06251d590507c3c550fd8ebeee949
languageName: node
linkType: hard

"ws@npm:8.2.3, ws@npm:~8.2.3":
version: 8.2.3
resolution: "ws@npm:8.2.3"
Expand All @@ -42044,6 +42035,21 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

"ws@npm:8.8.1":
version: 8.8.1
resolution: "ws@npm:8.8.1"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 2152cf862cae0693f3775bc688a6afb2e989d19d626d215e70f5fcd8eb55b1c3b0d3a6a4052905ec320e2d7734e20aeedbf9744496d62f15a26ad79cf4cf7dae
languageName: node
linkType: hard

"ws@npm:^1.1.0, ws@npm:^1.1.5":
version: 1.1.5
resolution: "ws@npm:1.1.5"
Expand All @@ -42054,6 +42060,15 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

"ws@npm:^6.2.1":
version: 6.2.2
resolution: "ws@npm:6.2.2"
dependencies:
async-limiter: ~1.0.0
checksum: aec3154ec51477c094ac2cb5946a156e17561a581fa27005cbf22c53ac57f8d4e5f791dd4bbba6a488602cb28778c8ab7df06251d590507c3c550fd8ebeee949
languageName: node
linkType: hard

"ws@npm:^7, ws@npm:^7.0.0, ws@npm:^7.3.1, ws@npm:^7.4.3, ws@npm:^7.4.6":
version: 7.5.6
resolution: "ws@npm:7.5.6"
Expand Down