From 5c8896c45fafd53f6b9c1e1ed472f2218cb5d117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 22:25:07 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.21.1 in /hystrixjs-fun/service-with-hystrix Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.17.1...v0.21.1) Signed-off-by: dependabot[bot] --- .../service-with-hystrix/package-lock.json | 23 ++++++------------- .../service-with-hystrix/package.json | 2 +- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/hystrixjs-fun/service-with-hystrix/package-lock.json b/hystrixjs-fun/service-with-hystrix/package-lock.json index 0057341..090f0f9 100644 --- a/hystrixjs-fun/service-with-hystrix/package-lock.json +++ b/hystrixjs-fun/service-with-hystrix/package-lock.json @@ -27,12 +27,11 @@ } }, "axios": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz", - "integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.2.5", - "is-buffer": "1.1.6" + "follow-redirects": "^1.10.0" } }, "body-parser": { @@ -180,12 +179,9 @@ } }, "follow-redirects": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.5.tgz", - "integrity": "sha512-lMhwQTryFbG+wYsAIEKC1Kf5IGDlVNnONRogIBllh7LLoV7pNIxW0z9fhjRar9NBql+hd2Y49KboVVNxf6GEfg==", - "requires": { - "debug": "2.6.9" - } + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "forwarded": { "version": "0.1.2", @@ -259,11 +255,6 @@ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.5.2.tgz", "integrity": "sha1-1LUFvemUaYfM8PxY2QEP+WB+P6A=" }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, "lodash": { "version": "4.17.4", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", diff --git a/hystrixjs-fun/service-with-hystrix/package.json b/hystrixjs-fun/service-with-hystrix/package.json index b3d548a..1fb6ba5 100644 --- a/hystrixjs-fun/service-with-hystrix/package.json +++ b/hystrixjs-fun/service-with-hystrix/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "axios": "^0.17.1", + "axios": "^0.21.1", "express": "^4.16.2", "hystrix-dashboard": "^1.0.3", "hystrixjs": "^0.2.0",