From f3b0da78ac6c3f9c05b4c1631c596a83fa0d4605 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 06:40:14 +0000 Subject: [PATCH] fix: upgrade axios from 1.6.4 to 1.12.1 Snyk has created this PR to upgrade axios from 1.6.4 to 1.12.1. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/mohammadnewton/project/8e669880-dc7d-4b21-98eb-1025adb759e9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../project/c4-final-project-starter-code/client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course-04/project/c4-final-project-starter-code/client/package.json b/course-04/project/c4-final-project-starter-code/client/package.json index fdbc8fe1ac..04faf925b5 100644 --- a/course-04/project/c4-final-project-starter-code/client/package.json +++ b/course-04/project/c4-final-project-starter-code/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "axios": "^1.6.4", + "axios": "^1.12.1", "dateformat": "^3.0.3", "immutability-helper": "^3.0.0", "react": "^17.0.2", @@ -23,7 +23,7 @@ "@types/react-router-dom": "^5.1.8", "@types/styled-components": "^5.1.11", "auth0-js": "^9.16.2", - "axios": "^1.6.4", + "axios": "^1.12.1", "typescript": ">=3.8.0" }, "scripts": {