From f5acd07b11e83298896b68ef34f3d2942b63b029 Mon Sep 17 00:00:00 2001 From: "S. Irem Besik" Date: Sat, 5 Oct 2019 16:13:58 +0200 Subject: [PATCH] Update axios versions this update has an important change https://github.com/axios/axios/pull/1129 --- blockchain-workbench/auth-samples/nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain-workbench/auth-samples/nodejs/package.json b/blockchain-workbench/auth-samples/nodejs/package.json index b55ad26a6..3e2337ff4 100644 --- a/blockchain-workbench/auth-samples/nodejs/package.json +++ b/blockchain-workbench/auth-samples/nodejs/package.json @@ -9,7 +9,7 @@ "author": "Ali Hajimirza", "license": "MIT", "dependencies": { - "axios": "0.18.0", + "axios": "0.19.0", "qs": "6.6.0" } }