From 76d78fdbd69c4f8657b1198b48ad494d869dab6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:37:30 +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-LODASH-6139239 --- 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..7ff30f4 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.69.12", "react-native-kenburns-view": "file:../../", "snyk": "^1.425.4" },