From e504e818f81a1df06d59ef49825670560126ce52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 10:03:18 +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-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- example/KenBurnsExample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/KenBurnsExample/package.json b/example/KenBurnsExample/package.json index ac28b62..54638aa 100644 --- a/example/KenBurnsExample/package.json +++ b/example/KenBurnsExample/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "react": "16.5.0", - "react-native": "0.62.0", + "react-native": "0.72.0", "react-native-kenburns-view": "file:../../", - "snyk": "^1.425.4" + "snyk": "^1.996.0" }, "devDependencies": { "babel-jest": "23.4.2",