From cbba028bf3e625f32a84727ea74752ebe46bec5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:54:43 +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 83a280b..b217c09 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "5.12.0", + "@testing-library/jest-dom": "6.0.0", "@testing-library/react": "11.2.7", "@testing-library/user-event": "12.8.3", "date-to-words": "1.0.2", @@ -12,7 +12,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "speak-tts": "2.0.8", "time-in-words": "1.1.0", "web-vitals": "1.1.2"