From 1967c9276a4da4f5bc49cff56e4af8dc562e6aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 01:42:03 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /functions Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] --- functions/package-lock.json | 21 +++++++++++++++++---- functions/package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 5fbc07b..47e90b5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -768,11 +768,18 @@ } }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "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==" + } } }, "axios-https-proxy-fix": { @@ -1651,6 +1658,12 @@ } } }, + "eslint-plugin-promise": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz", + "integrity": "sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==", + "dev": true + }, "eslint-scope": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.0.tgz", diff --git a/functions/package.json b/functions/package.json index 81b9f84..c329fdf 100644 --- a/functions/package.json +++ b/functions/package.json @@ -16,7 +16,7 @@ "@google-cloud/datastore": "^5.1.0", "@vitalets/google-translate-api": "^3.0.0", "algorithmia": "^0.3.10", - "axios": "^0.19.2", + "axios": "^0.21.1", "celebrate": "^12.1.1", "cheerio": "^1.0.0-rc.3", "crypto": "^1.0.1",