From a177366c6b78d609a4b8b37417332e28582e73ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 05:53:28 +0000 Subject: [PATCH] chore(deps): bump react-native-image-picker in /example Bumps [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) from 5.7.0 to 8.2.1. - [Release notes](https://github.com/react-native-image-picker/react-native-image-picker/releases) - [Commits](https://github.com/react-native-image-picker/react-native-image-picker/compare/v5.7.0...v8.2.1) --- updated-dependencies: - dependency-name: react-native-image-picker dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 39a6a55b..41859de3 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "react": "18.2.0", "react-native": "0.73.3", "react-native-blob-util": "^0.19.2", - "react-native-image-picker": "^5.6.0", + "react-native-image-picker": "^8.2.1", "react-native-reanimated-table": "^0.0.2", "react-native-toast-message": "^2.1.6" },