From d22e2df8f7664d872f7dbbc00d05b50476e4ce80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:17:49 +0000 Subject: [PATCH] Update dependency axios to v1.7.6 --- Week-15/Http_request/package.json | 2 +- Week-15/Routing_and_styling/package.json | 2 +- Week-17/pesto-e-commerce/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Week-15/Http_request/package.json b/Week-15/Http_request/package.json index bec4dc1..c090b15 100644 --- a/Week-15/Http_request/package.json +++ b/Week-15/Http_request/package.json @@ -5,7 +5,7 @@ "keywords": [], "main": "src/index.js", "dependencies": { - "axios": "1.3.4", + "axios": "1.7.6", "loader-utils": "3.2.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/Week-15/Routing_and_styling/package.json b/Week-15/Routing_and_styling/package.json index 928751b..ff44195 100644 --- a/Week-15/Routing_and_styling/package.json +++ b/Week-15/Routing_and_styling/package.json @@ -5,7 +5,7 @@ "keywords": [], "main": "src/index.js", "dependencies": { - "axios": "1.3.4", + "axios": "1.7.6", "loader-utils": "3.2.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/Week-17/pesto-e-commerce/package.json b/Week-17/pesto-e-commerce/package.json index da9ce44..d1114a4 100644 --- a/Week-17/pesto-e-commerce/package.json +++ b/Week-17/pesto-e-commerce/package.json @@ -6,7 +6,7 @@ "main": "src/index.js", "dependencies": { "@reduxjs/toolkit": "1.9.3", - "axios": "1.3.4", + "axios": "1.7.6", "loader-utils": "3.2.1", "react": "18.2.0", "react-detect-click-outside": "1.1.7",