Skip to content
Closed
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 packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"prettier": "3.6.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.78.1",
"react-native": "0.81.0",

Choose a reason for hiding this comment

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

critical

While this version bump is correct, the associated pnpm-lock.yaml file has not been updated. As noted in the pull request description, this must be done manually. Without updating the lock file, the dependency upgrade will not take effect, and the security vulnerability will persist. Please run pnpm install and commit the resulting pnpm-lock.yaml changes before merging.

"react-native-aes-gcm-crypto": "0.2.2",
"react-native-passkey": "3.1.0",
"react-native-quick-crypto": "0.7.14",
Expand Down
Loading