mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-26 17:52:30 +01:00
fix: upgrade ws from 8.10.0 to 8.11.0
Snyk has created this PR to upgrade ws from 8.10.0 to 8.11.0. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/cameri/project/2f0c25a2-d08a-45e1-a6f4-84766cbed88d?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
d4db97083b
commit
c693c47f02
16
package-lock.json
generated
16
package-lock.json
generated
@ -11,13 +11,13 @@
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "1.7.0",
|
||||
"debug": "4.3.4",
|
||||
"joi": "^17.7.0",
|
||||
"joi": "17.7.0",
|
||||
"knex": "2.3.0",
|
||||
"pg": "8.8.0",
|
||||
"pg-query-stream": "4.2.4",
|
||||
"ramda": "0.28.0",
|
||||
"redis": "4.5.0",
|
||||
"ws": "8.10.0"
|
||||
"ws": "^8.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.2.0",
|
||||
@ -12409,9 +12409,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.10.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
|
||||
"integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
|
||||
"version": "8.11.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz",
|
||||
"integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
@ -21858,9 +21858,9 @@
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.10.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
|
||||
"integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
|
||||
"version": "8.11.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz",
|
||||
"integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==",
|
||||
"requires": {}
|
||||
},
|
||||
"xtend": {
|
||||
|
@ -115,7 +115,7 @@
|
||||
"pg-query-stream": "4.2.4",
|
||||
"ramda": "0.28.0",
|
||||
"redis": "4.5.0",
|
||||
"ws": "8.10.0"
|
||||
"ws": "8.11.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user