Update ws dependency

9923018a49f402618dfa94efbcb10e64df6432f5

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +5 -4Ignore whitespace
package-lock.json+4 -3
@@ -48,7 +48,7 @@
48 "vectra": "^0.2.2",48 "vectra": "^0.2.2",
49 "wavefile": "^11.0.0",49 "wavefile": "^11.0.0",
50 "write-file-atomic": "^5.0.1",50 "write-file-atomic": "^5.0.1",
51 "ws": "^8.13.0",51 "ws": "^8.17.1",
52 "yaml": "^2.3.4",52 "yaml": "^2.3.4",
53 "yargs": "^17.7.1",53 "yargs": "^17.7.1",
54 "yauzl": "^2.10.0"54 "yauzl": "^2.10.0"
@@ -4659,8 +4659,9 @@
4659 }4659 }
4660 },4660 },
4661 "node_modules/ws": {4661 "node_modules/ws": {
4662 "version": "8.13.0",4662 "version": "8.17.1",
4663 "license": "MIT",4663 "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
4664 "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
4664 "engines": {4665 "engines": {
4665 "node": ">=10.0.0"4666 "node": ">=10.0.0"
4666 },4667 },
package.json+1 -1
@@ -38,7 +38,7 @@
38 "vectra": "^0.2.2",38 "vectra": "^0.2.2",
39 "wavefile": "^11.0.0",39 "wavefile": "^11.0.0",
40 "write-file-atomic": "^5.0.1",40 "write-file-atomic": "^5.0.1",
41 "ws": "^8.13.0",41 "ws": "^8.17.1",
42 "yaml": "^2.3.4",42 "yaml": "^2.3.4",
43 "yargs": "^17.7.1",43 "yargs": "^17.7.1",
44 "yauzl": "^2.10.0"44 "yauzl": "^2.10.0"