From b0dd56cb626bf6ae0071cea9aaa798a92f7e7e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 07:49:15 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.21.1 in /chegg-frontend 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/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.21.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chegg-frontend/package-lock.json | 16 +++++++++++----- chegg-frontend/package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/chegg-frontend/package-lock.json b/chegg-frontend/package-lock.json index 0a7512b2..f2c663fb 100644 --- a/chegg-frontend/package-lock.json +++ b/chegg-frontend/package-lock.json @@ -463,12 +463,18 @@ "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, "axios": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", - "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "^1.3.0", - "is-buffer": "^1.1.5" + "follow-redirects": "^1.10.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.2.tgz", + "integrity": "sha512-yLR6WaE2lbF0x4K2qE2p9PEXKLDjUjnR/xmjS3wHAYxtlsI9MLLBJUZirAHKzUZDGLxje7w/cXR49WOUo4rbsA==" + } } }, "babel-code-frame": { diff --git a/chegg-frontend/package.json b/chegg-frontend/package.json index 31498bbb..dc22a39e 100644 --- a/chegg-frontend/package.json +++ b/chegg-frontend/package.json @@ -7,7 +7,7 @@ "@material-ui/core": "^4.0.0", "@material-ui/icons": "^4.0.0", "@tarekraafat/autocomplete.js": "^6.0.0", - "axios": "^0.18.0", + "axios": "^0.21.1", "background-image-on-load": "^1.1.0", "draft-js": "^0.11.0", "draftjs-to-html": "^0.8.4",