fix: upgrade axios from 1.2.5 to 1.2.6 (#215)

This commit is contained in:
Snyk bot 2023-02-20 03:43:05 +00:00 committed by GitHub
parent 2342386bb4
commit e99ac5d02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -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",

View File

@ -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",