From e99ac5d02bc8c9e91c010ae362c4838c6e2ff523 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 20 Feb 2023 03:43:05 +0000 Subject: [PATCH] fix: upgrade axios from 1.2.5 to 1.2.6 (#215) --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b73c7405..80182426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9055346d..fba95bf1 100644 --- a/package.json +++ b/package.json @@ -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",