refactor: upgrade ws from 8.8.0 to 8.8.1 (#8123)

This commit is contained in:
Manuel
2022-08-06 16:15:13 +02:00
committed by GitHub
parent eef750aa3e
commit 5c2d2c5193
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16229,9 +16229,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.8.0", "version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==" "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA=="
}, },
"xmlcreate": { "xmlcreate": {
"version": "2.0.3", "version": "2.0.3",

View File

@@ -56,7 +56,7 @@
"uuid": "8.3.2", "uuid": "8.3.2",
"winston": "3.8.0", "winston": "3.8.0",
"winston-daily-rotate-file": "4.7.1", "winston-daily-rotate-file": "4.7.1",
"ws": "8.8.0" "ws": "8.8.1"
}, },
"devDependencies": { "devDependencies": {
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",