From 505cf59b083c269bc39603b79d5f59057bae0c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 23:15:06 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.21.1 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] --- package-lock.json | 62 ++++++++++++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 41 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index f15c34e..e6033d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,12 +116,11 @@ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" }, "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.4.1", - "is-buffer": "1.1.6" + "follow-redirects": "^1.10.0" } }, "babel-code-frame": { @@ -208,6 +207,17 @@ "babel-runtime": "6.26.0", "node-cache": "4.1.1", "object-hash": "1.2.0" + }, + "dependencies": { + "axios": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz", + "integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=", + "requires": { + "follow-redirects": "^1.2.5", + "is-buffer": "^1.1.5" + } + } } }, "caller-path": { @@ -224,7 +234,8 @@ "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=" }, "capstone-utils": { - "version": "github:Leveld/LAN-Utils#6dc6791efc316f14059c18a2afc8a816a9821e77" + "version": "github:Leveld/LAN-Utils#6dc6791efc316f14059c18a2afc8a816a9821e77", + "from": "github:Leveld/LAN-Utils#6dc6791efc316f14059c18a2afc8a816a9821e77" }, "chalk": { "version": "1.1.3", @@ -836,22 +847,9 @@ } }, "follow-redirects": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz", - "integrity": "sha512-uxYePVPogtya1ktGnAAXOacnbIuRMB4dkvqeNz2qTtTQsuzSfbDolV+wMMKxAmCx0bLgAKLbBOkjItMbbkR1vg==", - "requires": { - "debug": "3.1.0" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } - } + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "foreach": { "version": "2.0.5", @@ -932,6 +930,17 @@ "jws": "3.1.4", "lodash.isstring": "4.0.1", "lru-cache": "4.1.1" + }, + "dependencies": { + "axios": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz", + "integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=", + "requires": { + "follow-redirects": "^1.2.5", + "is-buffer": "^1.1.5" + } + } } }, "google-p12-pem": { @@ -978,6 +987,15 @@ "pify": "3.0.0" }, "dependencies": { + "axios": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz", + "integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=", + "requires": { + "follow-redirects": "^1.2.5", + "is-buffer": "^1.1.5" + } + }, "mime": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/mime/-/mime-2.2.0.tgz", diff --git a/package.json b/package.json index b3a3d67..c0f9584 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devl": "npm run dev-unix" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^0.21.1", "base64-url": "^2.1.0", "body-parser": "^1.18.2", "cachios": "^1.0.8",