Skip to content

Commit 8330761

Browse files
committed
fix: example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 635dfa9 commit 8330761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@react-native/new-app-screen": "0.83.0",
1515
"react": "19.2.3",
16-
"react-native": "0.83.0",
16+
"react-native": "0.84.0",
1717
"react-native-nitro-modules": "0.31.10",
1818
"react-native-safe-area-context": "^5.6.2"
1919
},

0 commit comments

Comments
 (0)