From b94707257a859f08d66790772e114d40e46e9975 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Mar 2025 07:32:25 +0000 Subject: [PATCH] fix: upgrade axios from 1.7.7 to 1.8.1 Snyk has created this PR to upgrade axios from 1.7.7 to 1.8.1. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/saniel2001/project/4ad38792-17b6-4653-9d6c-32ec8a3ec4a2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5360f0..3ab17f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", - "axios": "^1.7.7", + "axios": "^1.8.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "^5.3.4", + "react-router-dom": "5.3.4", "react-scripts": "5.0.0", "tailwind": "^4.0.0", "web-vitals": "^2.1.4" @@ -4506,9 +4506,9 @@ } }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", + "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 1322e2f..915135d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", - "axios": "^1.7.7", + "axios": "^1.8.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "5.3.4",