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
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/secp256k1": "1.7.1", "@noble/secp256k1": "1.7.1",
"axios": "^1.2.5", "axios": "^1.2.6",
"bech32": "2.0.0", "bech32": "2.0.0",
"body-parser": "1.20.1", "body-parser": "1.20.1",
"debug": "4.3.4", "debug": "4.3.4",
@@ -21,10 +21,10 @@
"joi": "17.7.0", "joi": "17.7.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"knex": "2.4.2", "knex": "2.4.2",
"pg": "^8.9.0", "pg": "8.9.0",
"pg-query-stream": "^4.3.0", "pg-query-stream": "4.3.0",
"ramda": "0.28.0", "ramda": "0.28.0",
"redis": "^4.6.2", "redis": "4.6.2",
"rxjs": "7.8.0", "rxjs": "7.8.0",
"tor-control-ts": "^1.0.0", "tor-control-ts": "^1.0.0",
"ws": "8.12.0" "ws": "8.12.0"
@@ -2563,9 +2563,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.2.5", "version": "1.2.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.5.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
"integrity": "sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==", "integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
@@ -15220,9 +15220,9 @@
"dev": true "dev": true
}, },
"axios": { "axios": {
"version": "1.2.5", "version": "1.2.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.5.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
"integrity": "sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==", "integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
"requires": { "requires": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",

View File

@@ -116,7 +116,7 @@
}, },
"dependencies": { "dependencies": {
"@noble/secp256k1": "1.7.1", "@noble/secp256k1": "1.7.1",
"axios": "1.2.5", "axios": "1.2.6",
"bech32": "2.0.0", "bech32": "2.0.0",
"body-parser": "1.20.1", "body-parser": "1.20.1",
"debug": "4.3.4", "debug": "4.3.4",