From 49dc26d506bee671325672918903ab7b3ed04078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:17:26 +0000 Subject: [PATCH] Bump react-native-error-boundary from 1.2.7 to 1.2.8 Bumps [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/carloscuesta/react-native-error-boundary/releases) - [Commits](https://github.com/carloscuesta/react-native-error-boundary/compare/v1.2.7...v1.2.8) --- updated-dependencies: - dependency-name: react-native-error-boundary dependency-type: direct:production update-type: version-update:semver-patch ... 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..538fb31a 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": "1.2.8", "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": "1.2.8", + "resolved": "https://registry.npmjs.org/react-native-error-boundary/-/react-native-error-boundary-1.2.8.tgz", + "integrity": "sha512-eLVKsuAe6RFBWTA5dmsb5/6dNCq2sj5/ULI0ic3rNM6EecTAiFo4VxL9aiqsamBTBNTweRuWxfdrjcU4kzgbTQ==", "license": "MIT", "peerDependencies": { "@types/react-native": ">=0.57.7", diff --git a/package.json b/package.json index 95b0ebd7..8e69b5a5 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": "1.2.8", "react-native-fast-image": "8.6.3", "react-native-fs": "2.20.0", "react-native-get-random-values": "1.11.0",