From acc3531d8af6deb16a7cbd85ec06e45986b3cb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 02:08:41 +0000 Subject: [PATCH] Bump axios in /blockchain-workbench/auth-samples/nodejs Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.2) Signed-off-by: dependabot[bot] --- 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..785c9273e 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.2", "qs": "6.6.0" } }