From 1809dcd8d926c8ebc771e0b03545f8ea4a651ce1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 05:55:33 +0000 Subject: [PATCH] fix: example/KenBurnsExample/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- example/KenBurnsExample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/KenBurnsExample/package.json b/example/KenBurnsExample/package.json index ac28b62..acd64ff 100644 --- a/example/KenBurnsExample/package.json +++ b/example/KenBurnsExample/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "16.5.0", - "react-native": "0.62.0", + "react-native": "0.74.0", "react-native-kenburns-view": "file:../../", "snyk": "^1.425.4" },