fix: upgrade ws from 8.7.0 to 8.8.0

Snyk has created this PR to upgrade ws from 8.7.0 to 8.8.0.

See this package in npm:
https://www.npmjs.com/package/ws

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/a0cb5db3-5314-4f12-be9d-493a8475edd5?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-07-02 23:24:07 +00:00
parent 5f150cf118
commit e7f73928ab
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "npm-proj-1655941065502-0.5602354407945116WDcaWI",
"name": "npm-proj-1656804245180-0.732613799634724G2y0PL",
"lockfileVersion": 2,
"requires": true,
"packages": {
@ -14,7 +14,7 @@
"helmet": "^5.1.0",
"jimp": "^0.16.1",
"mysql": "^2.18.1",
"ws": "^8.7.0"
"ws": "^8.8.0"
}
},
"node_modules/@babel/runtime": {
@ -1624,9 +1624,9 @@
}
},
"node_modules/ws": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
"integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"engines": {
"node": ">=10.0.0"
},
@ -2918,9 +2918,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
},
"ws": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz",
"integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz",
"integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==",
"requires": {}
},
"xhr": {

View File

@ -9,6 +9,6 @@
"helmet": "^5.1.0",
"jimp": "^0.16.1",
"mysql": "^2.18.1",
"ws": "^8.7.0"
"ws": "^8.8.0"
}
}