From 5465a76aae3263cf9dda3c674fd176df0e4ebff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 22:33:50 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /system/funcs/fetchSubtitles 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] --- system/funcs/fetchSubtitles/package-lock.json | 35 +++++++++++++------ system/funcs/fetchSubtitles/package.json | 2 +- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/system/funcs/fetchSubtitles/package-lock.json b/system/funcs/fetchSubtitles/package-lock.json index daff263..46dde7e 100644 --- a/system/funcs/fetchSubtitles/package-lock.json +++ b/system/funcs/fetchSubtitles/package-lock.json @@ -19,6 +19,24 @@ "lodash": "^4.17.15", "url-join": "^4.0.1", "verror": "^1.10.0" + }, + "dependencies": { + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "requires": { + "follow-redirects": "1.5.10" + } + }, + "follow-redirects": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", + "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", + "requires": { + "debug": "=3.1.0" + } + } } }, "@szmarczak/http-timer": { @@ -77,11 +95,11 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "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" } }, "balanced-match": { @@ -216,12 +234,9 @@ "integrity": "sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=" }, "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - } + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "form-data": { "version": "3.0.0", diff --git a/system/funcs/fetchSubtitles/package.json b/system/funcs/fetchSubtitles/package.json index f8dfbc5..a49320c 100644 --- a/system/funcs/fetchSubtitles/package.json +++ b/system/funcs/fetchSubtitles/package.json @@ -8,7 +8,7 @@ "dependencies": { "@fnproject/fdk": "0.0.17", "@maddonkeysoftware/mds-sdk-node": "0.0.5", - "axios": "^0.19.2", + "axios": "^0.21.1", "bunyan": "^1.8.12", "got": "^10.6.0", "graphql-request": "^1.8.2",