From 7105fd38df7c281da4cf5e398b1c970045f1ed4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 10:06:15 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /admin/dashboard Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] --- admin/dashboard/package-lock.json | 15 +++++++++++---- admin/dashboard/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/admin/dashboard/package-lock.json b/admin/dashboard/package-lock.json index 67e58f08..9d05ba53 100644 --- a/admin/dashboard/package-lock.json +++ b/admin/dashboard/package-lock.json @@ -2567,11 +2567,18 @@ "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.5.10" + "follow-redirects": "^1.10.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" + } } }, "axobject-query": { diff --git a/admin/dashboard/package.json b/admin/dashboard/package.json index fc54e423..fdb167c7 100644 --- a/admin/dashboard/package.json +++ b/admin/dashboard/package.json @@ -27,7 +27,7 @@ "apollo-link-context": "^1.0.20", "apollo-link-error": "^1.1.13", "apollo-link-http": "^1.5.17", - "axios": "^0.19.2", + "axios": "^0.21.1", "cookie-parser": "^1.4.5", "graphql": "^14.7.0", "html-react-parser": "^0.10.5",