From 9ea5d4ba18126959c56b9a343bd910d744090ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 03:34:59 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 in /function 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] --- function/package-lock.json | 6 +++--- function/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/function/package-lock.json b/function/package-lock.json index 05f3bff..747529a 100644 --- a/function/package-lock.json +++ b/function/package-lock.json @@ -2552,9 +2552,9 @@ "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" }, "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/function/package.json b/function/package.json index 2eab8e8..ff992a2 100644 --- a/function/package.json +++ b/function/package.json @@ -36,7 +36,7 @@ "@types/yup": "^0.29.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", - "axios": "^0.20.0", + "axios": "^0.21.1", "cra-build-watch": "github:Nargonath/cra-build-watch#cc18f98f74571d321227c8d8351f3fa37d09362b", "dotenv": "^8.2.0", "eslint-config-airbnb-typescript": "^7.2.1",