Update ws

a4333a519ed1fa12bb9a90725f51da4353d1292d

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

2 files changed, +5 -5Showing whitespace changes
package-lock.json+4 -4
@@ -95,7 +95,7 @@
95 "wavefile": "^11.0.0",95 "wavefile": "^11.0.0",
96 "webpack": "^5.99.9",96 "webpack": "^5.99.9",
97 "write-file-atomic": "^5.0.1",97 "write-file-atomic": "^5.0.1",
98 "ws": "^8.18.1",98 "ws": "^8.18.2",
99 "yaml": "^2.8.0",99 "yaml": "^2.8.0",
100 "yargs": "^17.7.1",100 "yargs": "^17.7.1",
101 "yauzl": "^2.10.0"101 "yauzl": "^2.10.0"
@@ -8385,9 +8385,9 @@
8385 }8385 }
8386 },8386 },
8387 "node_modules/ws": {8387 "node_modules/ws": {
8388 "version": "8.18.1",8388 "version": "8.18.2",
8389 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",8389 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
8390 "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",8390 "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
8391 "license": "MIT",8391 "license": "MIT",
8392 "engines": {8392 "engines": {
8393 "node": ">=10.0.0"8393 "node": ">=10.0.0"
package.json+1 -1
@@ -85,7 +85,7 @@
85 "wavefile": "^11.0.0",85 "wavefile": "^11.0.0",
86 "webpack": "^5.99.9",86 "webpack": "^5.99.9",
87 "write-file-atomic": "^5.0.1",87 "write-file-atomic": "^5.0.1",
88 "ws": "^8.18.1",88 "ws": "^8.18.2",
89 "yaml": "^2.8.0",89 "yaml": "^2.8.0",
90 "yargs": "^17.7.1",90 "yargs": "^17.7.1",
91 "yauzl": "^2.10.0"91 "yauzl": "^2.10.0"