From 4c2ddbaa9af3f4e31b992fc1f1e335a2f27f85e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 10:55:42 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.21.1 in /api/portfolio Bumps [axios](https://github.com/axios/axios) from 0.18.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.18.0...v0.21.1) Signed-off-by: dependabot[bot] --- api/portfolio/package.json | 2 +- api/portfolio/yarn.lock | 31 +++++++------------------------ 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/api/portfolio/package.json b/api/portfolio/package.json index 8951097..225051b 100644 --- a/api/portfolio/package.json +++ b/api/portfolio/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.1", "chroma-js": "^1.4.1", "url": "^0.11.0" } diff --git a/api/portfolio/yarn.lock b/api/portfolio/yarn.lock index 281d8c1..01d7eef 100644 --- a/api/portfolio/yarn.lock +++ b/api/portfolio/yarn.lock @@ -2,36 +2,19 @@ # yarn lockfile v1 -axios@^0.18.0: - version "0.18.0" - resolved "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" dependencies: - follow-redirects "^1.3.0" - is-buffer "^1.1.5" + follow-redirects "^1.10.0" chroma-js@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/chroma-js/-/chroma-js-1.4.1.tgz#eb2d9c4d1ff24616be84b35119f4d26f8205f134" -debug@=3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" - dependencies: - ms "2.0.0" - -follow-redirects@^1.3.0: - version "1.5.10" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a" - dependencies: - debug "=3.1.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" +follow-redirects@^1.10.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" punycode@1.3.2: version "1.3.2"