refactor: Upgrade ws from 8.18.0 to 8.18.1 (#9733)

This commit is contained in:
Parse Platform
2025-04-23 14:28:27 +02:00
committed by GitHub
parent 3de5cc57b9
commit a975ad0a27
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/server": "4.11.2",
"@babel/eslint-parser": "^7.27.0",
"@babel/eslint-parser": "7.27.0",
"@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.18",
"@graphql-tools/utils": "10.6.3",
@@ -54,7 +54,7 @@
"uuid": "11.0.3",
"winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0"
"ws": "^8.18.1"
},
"bin": {
"parse-server": "bin/parse-server"
@@ -21005,9 +21005,10 @@
}
},
"node_modules/ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
@@ -36166,9 +36167,9 @@
}
},
"ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
"requires": {}
},
"xmlcreate": {

View File

@@ -63,7 +63,7 @@
"uuid": "11.0.3",
"winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0"
"ws": "8.18.1"
},
"devDependencies": {
"@actions/core": "1.11.1",