mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
fix: upgrade axios from 1.2.5 to 1.2.6 (#215)
This commit is contained in:
parent
2342386bb4
commit
e99ac5d02b
20
package-lock.json
generated
20
package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"axios": "^1.2.5",
|
||||
"axios": "^1.2.6",
|
||||
"bech32": "2.0.0",
|
||||
"body-parser": "1.20.1",
|
||||
"debug": "4.3.4",
|
||||
@ -21,10 +21,10 @@
|
||||
"joi": "17.7.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"knex": "2.4.2",
|
||||
"pg": "^8.9.0",
|
||||
"pg-query-stream": "^4.3.0",
|
||||
"pg": "8.9.0",
|
||||
"pg-query-stream": "4.3.0",
|
||||
"ramda": "0.28.0",
|
||||
"redis": "^4.6.2",
|
||||
"redis": "4.6.2",
|
||||
"rxjs": "7.8.0",
|
||||
"tor-control-ts": "^1.0.0",
|
||||
"ws": "8.12.0"
|
||||
@ -2563,9 +2563,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.5.tgz",
|
||||
"integrity": "sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==",
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
|
||||
"integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
@ -15220,9 +15220,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"axios": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.5.tgz",
|
||||
"integrity": "sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==",
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
|
||||
"integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
@ -116,7 +116,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"axios": "1.2.5",
|
||||
"axios": "1.2.6",
|
||||
"bech32": "2.0.0",
|
||||
"body-parser": "1.20.1",
|
||||
"debug": "4.3.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user