From 8267253baae0377b67b4a2f6453d4aaa5dfc5cf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 07:22:21 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index cb633a7..f1381c9 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "pull-to-refresh-react": "^1.1.0", "react": "^16.4.1", "react-dom": "^16.4.1", - "react-scripts": "^1.1.4" + "react-scripts": "^5.0.0" }, "scripts": { "start": "react-scripts start",