From 58f7bcb2020c7d12758fa58178dc5ae9bdb7ae0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:54:55 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- 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",