From 5ba6372d861305c2d96cd0a20a66abe0bbd05aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 20:20:35 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /front-end Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [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.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- front-end/package-lock.json | 8 ++++---- front-end/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front-end/package-lock.json b/front-end/package-lock.json index 16a1eab..a4a2c6a 100644 --- a/front-end/package-lock.json +++ b/front-end/package-lock.json @@ -3090,11 +3090,11 @@ "integrity": "sha512-5LMaDRWm8ZFPAEdzTYmgjjEdj1YnQcpfrVajO/sn/LhbpGp0Y0H64c2hLZI1gRMxfA+w1S71Uc/nHaOXgcCvGg==" }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "axobject-query": { diff --git a/front-end/package.json b/front-end/package.json index 6bcda9f..2bb160b 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -4,7 +4,7 @@ "private": false, "dependencies": { "@types/react": "^16.9.35", - "axios": "^0.21.1", + "axios": "^0.21.2", "bootstrap": "^4.5.0", "jspdf": "^2.3.1", "jwt-decode": "^2.2.0",