From 3a8650b95ffaca0e0d7993f7e396958b6f9a94a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:59:33 +0000 Subject: [PATCH] Bump axios from 0.17.0 to 0.21.1 in /static Bumps [axios](https://github.com/axios/axios) from 0.17.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.17.0...v0.21.1) Signed-off-by: dependabot[bot] --- static/package-lock.json | 25 ++++++++++++------------- static/package.json | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index c6d0f3c..b0ddea0 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -229,12 +229,11 @@ } }, "axios": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.17.0.tgz", - "integrity": "sha1-fadHkW24A/dhZR1gkdcIeJuVPGo=", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "^1.2.3", - "is-buffer": "^1.1.5" + "follow-redirects": "^1.10.0" } }, "babel-code-frame": { @@ -1661,6 +1660,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "requires": { "ms": "2.0.0" } @@ -2236,12 +2236,9 @@ "dev": true }, "follow-redirects": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.5.tgz", - "integrity": "sha512-lMhwQTryFbG+wYsAIEKC1Kf5IGDlVNnONRogIBllh7LLoV7pNIxW0z9fhjRar9NBql+hd2Y49KboVVNxf6GEfg==", - "requires": { - "debug": "^2.6.9" - } + "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", @@ -3285,7 +3282,8 @@ "is-buffer": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz", - "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=" + "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=", + "dev": true }, "is-builtin-module": { "version": "1.0.0", @@ -3969,7 +3967,8 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true }, "multicast-dns": { "version": "6.1.1", diff --git a/static/package.json b/static/package.json index 45f1693..d10a9bf 100644 --- a/static/package.json +++ b/static/package.json @@ -9,7 +9,7 @@ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules" }, "dependencies": { - "axios": "^0.17.0", + "axios": "^0.21.1", "bulma": "^0.6.0", "lodash": "^4.17.4", "moment": "^2.19.1",