From ac61f0da60e688477b406bcb9b3489631ab2ee27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 01:55:48 +0000 Subject: [PATCH] Bump react-native-fast-image from 1.0.0 to 8.3.0 in /example Bumps [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) from 1.0.0 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/v1.0.0...v8.3.0) Signed-off-by: dependabot[bot] --- example/package-lock.json | 27 ++++++++++++--------------- example/package.json | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 1157a5e..58e2b61 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -3700,7 +3700,7 @@ }, "onetime": { "version": "1.1.0", - "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=" }, "opencollective": { @@ -4340,12 +4340,9 @@ } }, "react-native-fast-image": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-1.0.0.tgz", - "integrity": "sha1-qIM376GP001TC6ue4FaAN08+Ki0=", - "requires": { - "prop-types": "15.6.0" - } + "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-injectable-component": { "version": "0.1.2", @@ -4995,14 +4992,6 @@ } } }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - }, "string-length": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz", @@ -5022,6 +5011,14 @@ "strip-ansi": "3.0.1" } }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + }, "stringstream": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", diff --git a/example/package.json b/example/package.json index 0871117..bea3772 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.0.0-alpha.6", "react-native": "^0.43.4", - "react-native-fast-image": "^1.0.0", + "react-native-fast-image": "^8.3.0", "react-native-masonry": "*" }, "devDependencies": {