From 8d0c7a6cfce907aea5df120d4b8d2e7c26568fd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 00:21:12 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 02fc994..9604867 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "react": "^16.4.1", "react-brazil": "file:..", "react-dom": "^16.4.1", - "react-scripts": "^4.0.0", + "react-scripts": "^5.0.0", "react-text-mask": "^5.4.3" }, "scripts": {