fix: upgrade ws from 8.5.0 to 8.6.0

Snyk has created this PR to upgrade ws from 8.5.0 to 8.6.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-05-26 05:25:18 +00:00
parent c137a72aa2
commit d76f298aee
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": "authwebsite",
"name": "npm-proj-1653542710586-0.8719953607998161tQ43nJ",
"lockfileVersion": 2,
"requires": true,
"packages": {
@ -13,7 +13,7 @@
"express-useragent": "^1.0.15",
"helmet": "^5.0.2",
"mysql": "^2.18.1",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
},
"node_modules/accepts": {
@ -974,9 +974,9 @@
}
},
"node_modules/ws": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
"engines": {
"node": ">=10.0.0"
},
@ -1727,9 +1727,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
},
"ws": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
"requires": {}
}
}

View File

@ -8,6 +8,6 @@
"express-useragent": "^1.0.15",
"helmet": "^5.0.2",
"mysql": "^2.18.1",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}