From c23b0286c3649d360c6007141b2f06310e9d0589 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 09:31:49 +0000 Subject: [PATCH] fix: React-JS Projects/quote-generator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- React-JS Projects/quote-generator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React-JS Projects/quote-generator/package.json b/React-JS Projects/quote-generator/package.json index f89ea8798c..2d34a125e6 100644 --- a/React-JS Projects/quote-generator/package.json +++ b/React-JS Projects/quote-generator/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", - "axios": "^0.28.0", + "axios": "^1.13.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0",