From 5e1da7d833ca3d5e155f11df9e0764230aa63619 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 09:20:29 +0000 Subject: [PATCH] fix: examples/styling-with-smooth-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- examples/styling-with-smooth-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styling-with-smooth-ui/package.json b/examples/styling-with-smooth-ui/package.json index a5c0253..33646cb 100644 --- a/examples/styling-with-smooth-ui/package.json +++ b/examples/styling-with-smooth-ui/package.json @@ -15,7 +15,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "6.5.3", - "react-scripts": "3.0.1", + "react-scripts": "5.0.0", "smooth-ui": "4.3.2", "styled-components": "3.4.10" },