From 6a0575eb86b5a7eb6a4788e10d65e00fd3c7d3f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 23:50:06 +0000 Subject: [PATCH] fix: upgrade react-native-get-random-values from 1.8.0 to 1.11.0 Snyk has created this PR to upgrade react-native-get-random-values from 1.8.0 to 1.11.0. See this package in npm: react-native-get-random-values See this project in Snyk: https://app.snyk.io/org/vladovello/project/54b973b7-8963-4088-93de-50620f701546?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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",