From 20617705b693bd3ff03cbf13a8b44897c3d4a015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:48:23 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 in /experimental/luiz/PDF-PARSE 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] --- experimental/luiz/PDF-PARSE/package-lock.json | 12 ++++++------ experimental/luiz/PDF-PARSE/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/experimental/luiz/PDF-PARSE/package-lock.json b/experimental/luiz/PDF-PARSE/package-lock.json index 913b651..0818a26 100644 --- a/experimental/luiz/PDF-PARSE/package-lock.json +++ b/experimental/luiz/PDF-PARSE/package-lock.json @@ -1052,9 +1052,9 @@ "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" }, "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" } @@ -2289,9 +2289,9 @@ } }, "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "for-in": { "version": "1.0.2", diff --git a/experimental/luiz/PDF-PARSE/package.json b/experimental/luiz/PDF-PARSE/package.json index 9b9a0ed..9c55b64 100644 --- a/experimental/luiz/PDF-PARSE/package.json +++ b/experimental/luiz/PDF-PARSE/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.20.0", + "axios": "^0.21.1", "json-server": "^0.16.1", "pdf-parse": "^1.1.1" },