From 47c30ee15498a4eba83ae701bf2a70ca3c7dddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 16:05:03 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /src/Presentation/SpaWeb Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [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.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Presentation/SpaWeb/package-lock.json | 15 +++++++++++---- src/Presentation/SpaWeb/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/Presentation/SpaWeb/package-lock.json b/src/Presentation/SpaWeb/package-lock.json index 7a32d1a..c3a39d9 100644 --- a/src/Presentation/SpaWeb/package-lock.json +++ b/src/Presentation/SpaWeb/package-lock.json @@ -2483,11 +2483,18 @@ "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.14.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.6.tgz", + "integrity": "sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==" + } } }, "axobject-query": { diff --git a/src/Presentation/SpaWeb/package.json b/src/Presentation/SpaWeb/package.json index 7517123..6b08b91 100644 --- a/src/Presentation/SpaWeb/package.json +++ b/src/Presentation/SpaWeb/package.json @@ -10,7 +10,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", - "axios": "^0.21.1", + "axios": "^0.21.2", "bootstrap": "^4.4.1", "moment": "^2.26.0", "moment-timezone": "^0.5.31",