From 749d36ef3d4952b82dc2cff7bcdab1ef6d14f145 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:28:45 +0000 Subject: [PATCH] fix: MERN/Exercise Tracker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- MERN/Exercise Tracker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MERN/Exercise Tracker/package.json b/MERN/Exercise Tracker/package.json index 5bf0cb815f..7e0702ea1b 100644 --- a/MERN/Exercise Tracker/package.json +++ b/MERN/Exercise Tracker/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", - "axios": "^0.27.2", + "axios": "^1.13.5", "bootstrap": "^5.1.3", "react": "^18.1.0", "react-datepicker": "^4.8.0",