From e046cd0a14c6e8913998ad21f4f10f1fc3437086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 08:35:55 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /front 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/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] --- front/package-lock.json | 15 +++++++++++---- front/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index b25b5b1..6182e16 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -2674,11 +2674,18 @@ "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" }, "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.14.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz", + "integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==" + } } }, "axobject-query": { diff --git a/front/package.json b/front/package.json index 351fc97..ec8a12d 100644 --- a/front/package.json +++ b/front/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^7.1.2", "@ant-design/icons": "^4.2.1", "antd": "^4.4.3", - "axios": "^0.19.2", + "axios": "^0.21.1", "dotenv": "^8.2.0", "react": "^16.13.1", "react-dom": "^16.13.1",