From 9c29f80683902e6113bf9aa2697acbca24ec0ecc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 02:16:59 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- 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": {