Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/react/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-navigation/stack": "^6.4.1",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"expo": "^52.0.11",
"expo": "^53.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This upgrade to expo@^53.0.0 is a major version bump intended to fix a security vulnerability. However, as noted in the PR description, the pnpm-lock.yaml file has not been updated. You must run pnpm install and commit the updated lock file to ensure the security fix is applied. Without this step, the vulnerable dependency version might still be used, rendering the fix ineffective.

As this is a major update (isBreakingChange: true), please also test for potential breaking changes introduced by expo v53.

"expo-constants": "^17.0.3",
"expo-status-bar": "^2.0.0",
"react": "^19.0.0",
Expand Down
Loading