From f6f4b1abfa455ef7055bf5742f3d904f9a159787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:12:01 +0000 Subject: [PATCH] build(deps): bump axios from 0.19.1 to 0.21.1 in /functions Bumps [axios](https://github.com/axios/axios) from 0.19.1 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/0.19.1...v0.21.1) Signed-off-by: dependabot[bot] --- functions/package-lock.json | 18 +++++++++++++----- functions/package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index be16e31..d6b2a9f 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,7 +1,8 @@ { "name": "functions", - "requires": true, + "version": "1.0.0", "lockfileVersion": 1, + "requires": true, "dependencies": { "@babel/code-frame": { "version": "7.8.0", @@ -556,11 +557,18 @@ "optional": true }, "axios": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.1.tgz", - "integrity": "sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==", + "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.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" + } } }, "balanced-match": { diff --git a/functions/package.json b/functions/package.json index 5c2556e..b03b129 100644 --- a/functions/package.json +++ b/functions/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "actions-on-google": "^2.12.0", - "axios": "^0.19.1", + "axios": "^0.21.1", "firebase-admin": "^8.6.0", "firebase-functions": "^3.3.0" },