diff --git a/package-lock.json b/package-lock.json index 22b4913..d39ae0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "react-native-elements": "^3.4.2", "react-native-fs": "^2.19.0", "react-native-gesture-handler": "^1.7.0", - "react-native-get-random-values": "^1.7.2", + "react-native-get-random-values": "^1.11.0", "react-native-linear-gradient": "^2.5.6", "react-native-path": "^0.0.5", "react-native-reanimated": "^2.8.0", @@ -12849,9 +12849,10 @@ } }, "node_modules/react-native-get-random-values": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/react-native-get-random-values/-/react-native-get-random-values-1.8.0.tgz", - "integrity": "sha512-H/zghhun0T+UIJLmig3+ZuBCvF66rdbiWUfRSNS6kv5oDSpa1ZiVyvRWtuPesQpT8dXj+Bv7WJRQOUP+5TB1sA==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/react-native-get-random-values/-/react-native-get-random-values-1.11.0.tgz", + "integrity": "sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==", + "license": "MIT", "dependencies": { "fast-base64-decode": "^1.0.0" }, @@ -25545,9 +25546,9 @@ } }, "react-native-get-random-values": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/react-native-get-random-values/-/react-native-get-random-values-1.8.0.tgz", - "integrity": "sha512-H/zghhun0T+UIJLmig3+ZuBCvF66rdbiWUfRSNS6kv5oDSpa1ZiVyvRWtuPesQpT8dXj+Bv7WJRQOUP+5TB1sA==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/react-native-get-random-values/-/react-native-get-random-values-1.11.0.tgz", + "integrity": "sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==", "requires": { "fast-base64-decode": "^1.0.0" } diff --git a/package.json b/package.json index b87b427..6ac8714 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-native-elements": "^3.4.2", "react-native-fs": "^2.19.0", "react-native-gesture-handler": "^1.7.0", - "react-native-get-random-values": "^1.7.2", + "react-native-get-random-values": "^1.11.0", "react-native-linear-gradient": "^2.5.6", "react-native-path": "^0.0.5", "react-native-reanimated": "^2.8.0",