Skip to content

Commit

Permalink
Upgrade ws in companion (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Dec 16, 2021
1 parent 007aad9 commit 01071b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
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

0 comments on commit 01071b3

Please sign in to comment.