From b1aea66b0d42426093799c4fb309ef2bbc7d7e6d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:05:52 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- example/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index e2146fd..e968c7c 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "@react-navigation/native-stack": "^6.9.10", "@ui-kitten/components": "^5.1.2", "react": "18.2.0", - "react-native": "0.71.0", + "react-native": "0.72.0", "react-native-gesture-handler": "2.9.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "3.20.0", @@ -26,9 +26,9 @@ "devDependencies": { "@babel/core": "^7.12.9", "@babel/preset-env": "^7.14.0", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.26.10", "@ui-kitten/metro-config": "^5.1.2", - "babel-plugin-module-resolver": "^4.1.0", - "metro-react-native-babel-preset": "0.73.5" + "babel-plugin-module-resolver": "^5.0.1", + "metro-react-native-babel-preset": "0.77.0" } }