From a34a3daed62116515adc0c6c888546ffa1e23f0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:17:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3dcca71..4f1ce76 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@mui/icons-material": "^5.0.5", "@mui/material": "^5.0.6", "@mui/system": "^5.1.0", - "@testing-library/jest-dom": "^5.14.1", + "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "axios": "^0.24.0", @@ -17,7 +17,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "web-vitals": "^1.1.2", "@testing-library/dom": "^8.13.0", "typescript": "^3.2.1",