From 08e7c209ae7bd4596de2e216632ea76ad87161f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 21:41:56 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /CursoReact/ToDoApp/frontend 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] --- CursoReact/ToDoApp/frontend/package-lock.json | 28 +++---------------- CursoReact/ToDoApp/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/CursoReact/ToDoApp/frontend/package-lock.json b/CursoReact/ToDoApp/frontend/package-lock.json index a2c11a6..fa09d79 100644 --- a/CursoReact/ToDoApp/frontend/package-lock.json +++ b/CursoReact/ToDoApp/frontend/package-lock.json @@ -186,32 +186,12 @@ } }, "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==", "dev": true, "requires": { - "follow-redirects": "1.5.10" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "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==", - "dev": true, - "requires": { - "debug": "=3.1.0" - } - } + "follow-redirects": "^1.10.0" } }, "babel-code-frame": { diff --git a/CursoReact/ToDoApp/frontend/package.json b/CursoReact/ToDoApp/frontend/package.json index ae26fbf..2f5ab53 100644 --- a/CursoReact/ToDoApp/frontend/package.json +++ b/CursoReact/ToDoApp/frontend/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "devDependencies": { - "axios": "^0.19.2", + "axios": "^0.21.1", "bootstrap": "^3.3.7", "css-loader": "^0.26.1", "extract-text-webpack-plugin": "^1.0.1",