From f37ecb92399c969f3e5873f2a20232e0a5986263 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 09:44:07 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index cb633a7..c23f42c 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": "^4.0.0" }, "scripts": { "start": "react-scripts start",