From fd97865dfdc5e138d1e8704f3e3993766be4f9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:01:03 +0000 Subject: [PATCH] Bump react-native-fast-image from 8.1.5 to 8.3.0 Bumps [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) from 8.1.5 to 8.3.0. - [Release notes](https://github.com/DylanVann/react-native-fast-image/releases) - [Changelog](https://github.com/DylanVann/react-native-fast-image/blob/master/CHANGELOG.md) - [Commits](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.5...v8.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79dfa76..00b81ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21908,9 +21908,9 @@ "integrity": "sha512-ZN+jwpADRkCUNdad/50k0mZdMoICGrGdtaxgvRU+pNcWRRBAXJhuo4+jY0eQaoVpx1ghycGE6tBu9ka8gL2NOQ==" }, "react-native-fast-image": { - "version": "8.1.5", - "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-8.1.5.tgz", - "integrity": "sha512-DoAWGLeQ2hbllummrpXH9B38OgM0TFmNYCF34F90/hdHZirqUtYHzF4QDdb/NV7ebSijHmM3mpkzct8PXtcYyg==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-8.3.0.tgz", + "integrity": "sha512-b0uhUEXKuIWY1WFai30i4LR99kF8OKoOjl6Yqcnc/bydkuE1r7oj0eUNifa7jwD4Pdpeff+uGMrEz27UMap0yQ==" }, "react-native-gesture-handler": { "version": "1.6.1", diff --git a/package.json b/package.json index 61a7f87..aa96a18 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-native-camera": "3.21.0", "react-native-config": "1.0.0", "react-native-exception-handler": "2.10.8", - "react-native-fast-image": "8.1.5", + "react-native-fast-image": "8.3.0", "react-native-gesture-handler": "1.6.1", "react-native-get-random-values": "1.3.1", "react-native-keyboard-aware-scroll-view": "0.9.1",