From d40788b1b71e24b36b2120fac0d1a182ba833924 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 05:17:32 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- 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",