diff --git a/hystrixjs-fun/service-with-hystrix/package-lock.json b/hystrixjs-fun/service-with-hystrix/package-lock.json index 0057341..8caa51a 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.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "1.2.5", - "is-buffer": "1.1.6" + "follow-redirects": "^1.14.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.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" }, "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..e20eae1 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.2", "express": "^4.16.2", "hystrix-dashboard": "^1.0.3", "hystrixjs": "^0.2.0",