From e87b3f1d7f6124de5a1ed9010c8178ddf268e8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:05:38 +0000 Subject: [PATCH] Bump react-native-get-random-values from 1.8.0 to 1.11.0 Bumps [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) from 1.8.0 to 1.11.0. - [Release notes](https://github.com/LinusU/react-native-get-random-values/releases) - [Commits](https://github.com/LinusU/react-native-get-random-values/compare/v1.8.0...v1.11.0) --- updated-dependencies: - dependency-name: react-native-get-random-values dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac52b042..06814355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "react-native-animated-pagination-dots": "^0.1.73", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "~2.14.0", - "react-native-get-random-values": "~1.8.0", + "react-native-get-random-values": "~1.11.0", "react-native-keyboard-aware-scroll-view": "^0.9.4", "react-native-onboarding-swiper": "^1.2.0", "react-native-pager-view": "6.2.3", @@ -17485,8 +17485,9 @@ } }, "node_modules/react-native-get-random-values": { - "version": "1.8.0", - "license": "MIT", + "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==", "dependencies": { "fast-base64-decode": "^1.0.0" }, diff --git a/package.json b/package.json index ca075724..c04ccf65 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-native-animated-pagination-dots": "^0.1.73", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "~2.14.0", - "react-native-get-random-values": "~1.8.0", + "react-native-get-random-values": "~1.11.0", "react-native-keyboard-aware-scroll-view": "^0.9.4", "react-native-onboarding-swiper": "^1.2.0", "react-native-pager-view": "6.2.3",