Skip to content

Commit

Permalink
@uppy/companion: upgrade ws version (transloadit#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 4, 2022
1 parent 030f047 commit 7bdf9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,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 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

0 comments on commit 7bdf9ba

Please sign in to comment.