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

Upgrade ws in companion #3377

Merged
merged 1 commit into from Dec 16, 2021
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 @@ -66,7 +66,7 @@
"tus-js-client": "2.1.1",
"uuid": "8.1.0",
"validator": "^12.1.0",
"ws": "6.2.1"
"ws": "6.2.2"
},
"devDependencies": {
"@types/compression": "1.7.0",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Expand Up @@ -8124,7 +8124,7 @@ __metadata:
typescript: ~4.4
uuid: 8.1.0
validator: ^12.1.0
ws: 6.2.1
ws: 6.2.2
bin:
companion: ./bin/companion
languageName: unknown
Expand Down Expand Up @@ -43058,12 +43058,12 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -43092,15 +43092,6 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

"ws@npm:^6.0.0, ws@npm:^6.1.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:^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