Skip to content

Commit

Permalink
update react-native-libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Jun 11, 2024
1 parent 4846322 commit 1dddef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-libsodium": "^1.3.1",
"react-native-libsodium": "^1.4.0",
"react-native-mmkv": "^2.12.2",
"react-native-opaque": "^0.3.1",
"react-native-reanimated": "~3.10.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8372,10 +8372,10 @@ [email protected]:
react-fast-compare "^3.2.2"
shallowequal "^1.1.0"

react-native-libsodium@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/react-native-libsodium/-/react-native-libsodium-1.3.1.tgz#ec9bfe25708159b77da347401ef22437c9ef7b99"
integrity sha512-OLDg/nGGM/8xQXo5kKOzVEznqHs2zvoyBsS+2tgUQaPT2/nr8FPtXhqyi17d1Ilrr4fgVHZcZ/mbjDvSbFMQOg==
react-native-libsodium@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/react-native-libsodium/-/react-native-libsodium-1.4.0.tgz#dfd55b24536edbc4c10d4b909eb1893a78c28b89"
integrity sha512-1OHrKjv1nM8wYHn116fnhA8SORGNlSoq1vHhYq/PddHg4Iy3vPiQXA2r1w5GJiKYBzyA8AZfHyq5zo/xfA/oKg==
dependencies:
"@noble/hashes" "^1.3.2"
"@types/libsodium-wrappers" "^0.7.13"
Expand Down

0 comments on commit 1dddef1

Please sign in to comment.