Skip to content
Snippets Groups Projects
Commit 3097b5de authored by Berend Sliedrecht's avatar Berend Sliedrecht
Browse files

fix(security): remove dependency on expo-random and react-native-secure-random


Signed-off-by: default avatarBerend Sliedrecht <berend@animo.id>
parent 245798d6
No related branches found
No related tags found
No related merge requests found
Pipeline #40515 failed
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
"patchedDependencies": { "patchedDependencies": {
"@credo-ts/indy-vdr@0.5.0-alpha.149": "patches/@credo-ts__indy-vdr@0.5.0-alpha.149.patch", "@credo-ts/indy-vdr@0.5.0-alpha.149": "patches/@credo-ts__indy-vdr@0.5.0-alpha.149.patch",
"@credo-ts/anoncreds@0.5.0-alpha.149": "patches/@credo-ts__anoncreds@0.5.0-alpha.149.patch" "@credo-ts/anoncreds@0.5.0-alpha.149": "patches/@credo-ts__anoncreds@0.5.0-alpha.149.patch"
},
"overrides": {
"expo-random": "./.noop",
"react-native-securerandom": "./.noop"
} }
} }
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment