From c565a1159f2bd7f8fe950f9d45a02d78d12bec19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:03:45 +0000 Subject: [PATCH] Bump react-native-fast-image from 6.0.3 to 8.3.0 Bumps [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) from 6.0.3 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/v6.0.3...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 5e2149e0..621a00b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9633,9 +9633,9 @@ "integrity": "sha512-SG+cqc86mF4B9+TEzTMxeZOknqMwS1meDSozbYhecl8J2lR6zyDjTmwLEcl0P821FclGkCcJnCo5tn/DFueKDA==" }, "react-native-fast-image": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-6.0.3.tgz", - "integrity": "sha512-49OdbWV0XD2mb5VTdLRJCQ9qpMgGdliRwHSue/aJxgLLLmDK6dmFIJ/LvEn0F9e5Je16K++5lS6yJAACvvxAfw==" + "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-geocoding": { "version": "0.3.0", diff --git a/package.json b/package.json index 26a41da0..3808594b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react": "16.8.3", "react-native": "0.59.9", "react-native-daum-postcode": "^1.0.2", - "react-native-fast-image": "^6.0.3", + "react-native-fast-image": "^8.3.0", "react-native-geocoding": "^0.3.0", "react-native-gesture-handler": "^1.3.0", "react-native-image-pan-zoom": "^2.1.11",