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-22 23:06:25 +00:00
parent fe09679b0a
commit dac0b094c2
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-1653260782527-0.21350200299500766FoScfK",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
@ -13,7 +13,7 @@
"express-useragent": "^1.0.15", "express-useragent": "^1.0.15",
"helmet": "^5.0.2", "helmet": "^5.0.2",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"ws": "^8.5.0" "ws": "^8.6.0"
} }
}, },
"node_modules/accepts": { "node_modules/accepts": {
@ -974,9 +974,9 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.5.0", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@ -1727,9 +1727,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}, },
"ws": { "ws": {
"version": "8.5.0", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
"requires": {} "requires": {}
} }
} }

View File

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