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

This commit is contained in:
Snyk bot
2023-05-28 12:23:32 +01:00
committed by GitHub
parent c83b343aae
commit 81d51f3bde
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16302,9 +16302,9 @@
}
},
"ws": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg=="
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA=="
},
"xmlcreate": {
"version": "2.0.3",

View File

@@ -56,7 +56,7 @@
"uuid": "9.0.0",
"winston": "3.8.1",
"winston-daily-rotate-file": "4.7.1",
"ws": "8.9.0"
"ws": "8.13.0"
},
"devDependencies": {
"graphql-tag": "2.12.6",