Update ws

This commit is contained in:
Cohee
2025-06-11 22:37:37 +03:00
parent 7d328271db
commit a4333a519e
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -95,7 +95,7 @@
"wavefile": "^11.0.0", "wavefile": "^11.0.0",
"webpack": "^5.99.9", "webpack": "^5.99.9",
"write-file-atomic": "^5.0.1", "write-file-atomic": "^5.0.1",
"ws": "^8.18.1", "ws": "^8.18.2",
"yaml": "^2.8.0", "yaml": "^2.8.0",
"yargs": "^17.7.1", "yargs": "^17.7.1",
"yauzl": "^2.10.0" "yauzl": "^2.10.0"
@@ -8385,9 +8385,9 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.18.1", "version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
+1 -1
View File
@@ -85,7 +85,7 @@
"wavefile": "^11.0.0", "wavefile": "^11.0.0",
"webpack": "^5.99.9", "webpack": "^5.99.9",
"write-file-atomic": "^5.0.1", "write-file-atomic": "^5.0.1",
"ws": "^8.18.1", "ws": "^8.18.2",
"yaml": "^2.8.0", "yaml": "^2.8.0",
"yargs": "^17.7.1", "yargs": "^17.7.1",
"yauzl": "^2.10.0" "yauzl": "^2.10.0"