Merge pull request #25 from 002Hub/snyk-upgrade-62a1fc52c8a83c39f177135b9124fe99

[Snyk] Upgrade ws from 8.8.0 to 8.8.1
This commit is contained in:
Code002Lover 2022-08-07 11:29:58 -07:00 committed by GitHub
commit 22e0fe8c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "npm-proj-1656804245180-0.732613799634724G2y0PL", "name": "npm-proj-1659803210482-0.5740765850757095gQUM8N",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
@ -14,7 +14,7 @@
"helmet": "^5.1.0", "helmet": "^5.1.0",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"ws": "^8.8.0" "ws": "^8.8.1"
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
@ -1624,9 +1624,9 @@
} }
}, },
"node_modules/ws": { "node_modules/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==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@ -2918,9 +2918,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}, },
"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==",
"requires": {} "requires": {}
}, },
"xhr": { "xhr": {

View File

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