From fcbd7763a5d651ac66f2cccd4542f28f85c45baa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 23:32:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d99dbe5..1277774 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react": "^16.13.1", "react-colorful": "^4.0.4", "react-dom": "^16.13.1", - "react-scripts": "3.4.1" + "react-scripts": "5.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.9.0",