From 0fe3ca969124468a22e49310bad9fbccbb8e0b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 18:29:12 +0200 Subject: [PATCH] chore(deps): bump @react-native-community/cameraroll in /example (#508) Bumps [@react-native-community/cameraroll](https://github.com/react-native-community/react-native-cameraroll) from 4.0.4 to 4.1.1. - [Release notes](https://github.com/react-native-community/react-native-cameraroll/releases) - [Changelog](https://github.com/react-native-cameraroll/react-native-cameraroll/blob/master/.releaserc) - [Commits](https://github.com/react-native-community/react-native-cameraroll/compare/v4.0.4...v4.1.1) --- updated-dependencies: - dependency-name: "@react-native-community/cameraroll" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index b0d9dd9..3dc09c0 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@react-native-community/blur": "^3.6.0", - "@react-native-community/cameraroll": "^4.0.4", + "@react-native-community/cameraroll": "^4.1.1", "@react-native-community/slider": "^4.1.7", "@react-navigation/native": "^6.0.5", "@react-navigation/native-stack": "^6.2.2", diff --git a/example/yarn.lock b/example/yarn.lock index 07e7bbf..14af51f 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -804,10 +804,10 @@ dependencies: prop-types "^15.5.10" -"@react-native-community/cameraroll@^4.0.4": - version "4.0.4" - resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.0.4.tgz#3e2567ce54e3985e8e0a51832dfa0e1c5317f75b" - integrity sha512-3SY96Xh1yQjV5M7dFisl5kQmrO/K09URarZwmTN801KEalOoo/opsd/e8Vu1dwSKe0NGCK7A2u0oJQpeNbWbnA== +"@react-native-community/cameraroll@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.1.1.tgz#5907a995545ae670fca3d492bca7b18c7ba91d67" + integrity sha512-nJetg28ljIcVpENWv40m2VeHNMYsS9ANPnxwRdZ7O5Bqt9j27LdbY5Os6YOutlIimAwOH38TiY5sEldEV2PqVw== "@react-native-community/cli-debugger-ui@^6.0.0-rc.0": version "6.0.0-rc.0"