From a8d6789d0e96f03a06f24ba02f776c3735cfc024 Mon Sep 17 00:00:00 2001 From: Thierry61 Date: Fri, 16 Aug 2024 11:45:18 +0200 Subject: [PATCH] Axios version consistency Version in npm-shrinkwrap.json was different from package.json. The consequence is that `npm install` command modified this file, which is not expected by people installing from source. --- npm-shrinkwrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 591a020f9..93e2d7faa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -11,7 +11,7 @@ "dependencies": { "@janoside/app-utils": "github:janoside/app-utils#ba4c23d3f", "async": "^3.2.4", - "axios": "^1.4.0", + "axios": "^1.7.4", "basic-auth": "^2.0.1", "bech32": "2.0.0", "bip32": "^4.0.0",