From f328c5d99d442c80c97e4ab1c9d5bf65ee6ef753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:35:17 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 in /part2/maidentiedot 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/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.20.0...v0.21.1) Signed-off-by: dependabot[bot] --- part2/maidentiedot/package-lock.json | 6 +++--- part2/maidentiedot/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/part2/maidentiedot/package-lock.json b/part2/maidentiedot/package-lock.json index d70c3c4..60737f4 100644 --- a/part2/maidentiedot/package-lock.json +++ b/part2/maidentiedot/package-lock.json @@ -2523,9 +2523,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/part2/maidentiedot/package.json b/part2/maidentiedot/package.json index ac62c84..9b05ee0 100644 --- a/part2/maidentiedot/package.json +++ b/part2/maidentiedot/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", - "axios": "^0.20.0", + "axios": "^0.21.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.3"