From e5e8fb6752061a413b78a978ee9b89fa3d8118d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 02:00:44 +0000 Subject: [PATCH] Bump react-native-error-boundary from 1.2.7 to 2.0.0 Bumps [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) from 1.2.7 to 2.0.0. - [Release notes](https://github.com/carloscuesta/react-native-error-boundary/releases) - [Commits](https://github.com/carloscuesta/react-native-error-boundary/compare/v1.2.7...v2.0.0) --- updated-dependencies: - dependency-name: react-native-error-boundary dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c34c5fa5..c28996e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "react-native-device-info": "14.0.4", "react-native-dotenv": "3.4.11", "react-native-encrypted-storage": "4.0.3", - "react-native-error-boundary": "1.2.7", + "react-native-error-boundary": "2.0.0", "react-native-fast-image": "8.6.3", "react-native-fs": "2.20.0", "react-native-get-random-values": "1.11.0", @@ -16182,7 +16182,9 @@ } }, "node_modules/react-native-error-boundary": { - "version": "1.2.7", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/react-native-error-boundary/-/react-native-error-boundary-2.0.0.tgz", + "integrity": "sha512-Od5jZH5DEDuxFI1x+AzCwufpMMJleEJAAj5qOBDA6Ez5+EN2rw5/59/uwW4oGMCgjsB6rpx7yIKHCMx5aIlpdQ==", "license": "MIT", "peerDependencies": { "@types/react-native": ">=0.57.7", diff --git a/package.json b/package.json index 95b0ebd7..fd937b37 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "react-native-device-info": "14.0.4", "react-native-dotenv": "3.4.11", "react-native-encrypted-storage": "4.0.3", - "react-native-error-boundary": "1.2.7", + "react-native-error-boundary": "2.0.0", "react-native-fast-image": "8.6.3", "react-native-fs": "2.20.0", "react-native-get-random-values": "1.11.0",