From 3bd414e5c1890832beecbcbc0f8f023172024404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:37:30 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 in /harvest-management Bumps [axios](https://github.com/axios/axios) from 0.20.0 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.20.0...v0.21.1) Signed-off-by: dependabot[bot] --- harvest-management/package-lock.json | 6 +++--- harvest-management/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/harvest-management/package-lock.json b/harvest-management/package-lock.json index 89caf08..303b459 100644 --- a/harvest-management/package-lock.json +++ b/harvest-management/package-lock.json @@ -2415,9 +2415,9 @@ "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" }, "axios": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz", - "integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } diff --git a/harvest-management/package.json b/harvest-management/package.json index cbf54fd..e51f2e0 100644 --- a/harvest-management/package.json +++ b/harvest-management/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.11.0", "@popperjs/core": "^2.5.4", - "axios": "^0.20.0", + "axios": "^0.21.1", "bootstrap": "^4.5.2", "cra-template": "1.0.3", "formik": "^2.2.5",