From 0a0ec8ef42ca2e6be12e768199b4b476a45cbd5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Mar 2022 17:50:52 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.1 to 0.26.1 Snyk has created this PR to upgrade axios from 0.21.1 to 0.26.1. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/wambugucoder/project/4ad982c5-88ce-4f1c-98fc-b63137218714?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 15 +++++++++++---- client/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5fb464ba..a4df5621 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4949,11 +4949,18 @@ "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==" }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.8" + }, + "dependencies": { + "follow-redirects": { + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" + } } }, "axobject-query": { diff --git a/client/package.json b/client/package.json index 27ca78fc..bd094f3e 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.0.0", "@testing-library/react": "^10.0.0", "@testing-library/user-event": "^7.2.1", - "axios": "0.21.1", + "axios": "0.26.1", "bootstrap": "5.1.3", "bootstrap-sass": "^3.4.1", "font-awesome": "^4.7.0",