mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
fix: upgrade ws from 8.12.0 to 8.13.0
Snyk has created this PR to upgrade ws from 8.12.0 to 8.13.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
4cb21f50de
commit
c52b0bd2d8
20
package-lock.json
generated
20
package-lock.json
generated
@ -10,15 +10,15 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"axios": "^1.3.4",
|
||||
"axios": "1.3.4",
|
||||
"bech32": "2.0.0",
|
||||
"body-parser": "^1.20.2",
|
||||
"body-parser": "1.20.2",
|
||||
"debug": "4.3.4",
|
||||
"dinero.js": "2.0.0-alpha.13",
|
||||
"dotenv": "16.0.3",
|
||||
"express": "4.18.2",
|
||||
"helmet": "6.0.1",
|
||||
"joi": "^17.8.4",
|
||||
"joi": "17.8.4",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.2",
|
||||
"pg": "8.9.0",
|
||||
@ -27,7 +27,7 @@
|
||||
"redis": "4.5.1",
|
||||
"rxjs": "7.8.0",
|
||||
"tor-control-ts": "^1.0.0",
|
||||
"ws": "8.12.0"
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.2.0",
|
||||
@ -13141,9 +13141,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.12.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz",
|
||||
"integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==",
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
@ -23173,9 +23173,9 @@
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.12.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz",
|
||||
"integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==",
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"requires": {}
|
||||
},
|
||||
"xtend": {
|
||||
|
@ -133,7 +133,7 @@
|
||||
"redis": "4.5.1",
|
||||
"rxjs": "7.8.0",
|
||||
"tor-control-ts": "^1.0.0",
|
||||
"ws": "8.12.0"
|
||||
"ws": "8.13.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user