refactor: Upgrade ws from 8.9.0 to 8.13.0 (#8551)

This commit is contained in:
Parse Platform
2023-05-21 23:53:17 +02:00
committed by GitHub
parent 7121829bbb
commit cc57fafe38
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"uuid": "9.0.0", "uuid": "9.0.0",
"winston": "3.8.1", "winston": "3.8.1",
"winston-daily-rotate-file": "4.7.1", "winston-daily-rotate-file": "4.7.1",
"ws": "8.9.0" "ws": "^8.13.0"
}, },
"bin": { "bin": {
"parse-server": "bin/parse-server" "parse-server": "bin/parse-server"
@@ -20463,15 +20463,15 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.9.0", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"bufferutil": "^4.0.1", "bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2" "utf-8-validate": ">=5.0.2"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"bufferutil": { "bufferutil": {
@@ -36170,9 +36170,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.9.0", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {} "requires": {}
}, },
"xmlcreate": { "xmlcreate": {

View File

@@ -61,7 +61,7 @@
"uuid": "9.0.0", "uuid": "9.0.0",
"winston": "3.8.1", "winston": "3.8.1",
"winston-daily-rotate-file": "4.7.1", "winston-daily-rotate-file": "4.7.1",
"ws": "8.9.0" "ws": "8.13.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.9.1", "@actions/core": "1.9.1",