From 21d975000f8172130ae885f985cd0e5807346400 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 00:48:18 +0000 Subject: [PATCH] fix: upgrade axios from 0.27.2 to 0.29.0 Snyk has created this PR to upgrade axios from 0.27.2 to 0.29.0. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/newtonombese1/project/95678af1-ad26-46c4-82c6-72dda6fb2d62?utm_source=github&utm_medium=referral&page=upgrade-pr --- Get Random Advice/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get Random Advice/package.json b/Get Random Advice/package.json index 7f060c62..c269ebc2 100644 --- a/Get Random Advice/package.json +++ b/Get Random Advice/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "axios": "^0.27.2", + "axios": "^0.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1",