refactor: upgrade ws from 8.6.0 to 8.7.0 (#8064)

This commit is contained in:
Snyk bot
2022-06-19 09:12:20 +01:00
committed by GitHub
parent 4c9e95674a
commit e26beb1f5c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16220,9 +16220,9 @@
}
},
"ws": {
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw=="
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
"integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg=="
},
"xmlcreate": {
"version": "2.0.3",

View File

@@ -56,7 +56,7 @@
"uuid": "8.3.2",
"winston": "3.7.2",
"winston-daily-rotate-file": "4.6.1",
"ws": "8.6.0"
"ws": "8.7.0"
},
"devDependencies": {
"graphql-tag": "2.12.6",