refactor: upgrade ws from 8.8.1 to 8.9.0 (#8247)

This commit is contained in:
Parse Platform
2022-10-19 10:04:34 +02:00
committed by GitHub
parent 8863ad2309
commit b2491234e8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16330,9 +16330,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.8.1", "version": "8.9.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==" "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg=="
}, },
"xmlcreate": { "xmlcreate": {
"version": "2.0.3", "version": "2.0.3",

View File

@@ -56,7 +56,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.8.1" "ws": "8.9.0"
}, },
"devDependencies": { "devDependencies": {
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",