From 1f675ae357667f276e888679c18d4153b1255c8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 08:59:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 020ea4c..8958aaa 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "version": "0.1.0", "private": true, "dependencies": { - "axios": "^0.21.1", + "axios": "^1.12.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-router-dom": "^4.3.1", "react-scripts": "4.0.0", "react-stripe-elements": "^2.0.1", - "snyk": "^1.518.0" + "snyk": "^1.996.0" }, "scripts": { "start": "react-scripts start",