From b4392c42c300c192b993286789b64a029e24025b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:52:52 +0000 Subject: [PATCH] chore(deps): bump react-native-get-random-values Bumps [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) from 1.11.0 to 2.0.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.11.0...v2.0.0) --- updated-dependencies: - dependency-name: react-native-get-random-values dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/react-native-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-example/package.json b/examples/react-native-example/package.json index ede549a41..132eacd67 100644 --- a/examples/react-native-example/package.json +++ b/examples/react-native-example/package.json @@ -18,7 +18,7 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-native": "~0.78.0", - "react-native-get-random-values": "^1.11.0" + "react-native-get-random-values": "^2.0.0" }, "devDependencies": { "@babel/core": "^7.23.3",