From 53dbea970db6348a426b1842b85555a6337a54e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Mar 2024 00:12:49 +0000 Subject: [PATCH] fix: examples/TestNamiTV/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/TestNamiTV/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TestNamiTV/package.json b/examples/TestNamiTV/package.json index c2f830fe..5e4b7526 100644 --- a/examples/TestNamiTV/package.json +++ b/examples/TestNamiTV/package.json @@ -15,7 +15,7 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@react-native-community/cli-platform-android": "^11.3.1", + "@react-native-community/cli-platform-android": "^13.5.2", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/native": "^6.1.6",