From 8497d9c3ff319c5c58b7df5ba16c5bb355c44f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 01:57:51 +0000 Subject: [PATCH] Bump react-native-fast-image from 7.0.2 to 8.3.0 Bumps [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) from 7.0.2 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/v7.0.2...v8.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 47 +++++++++++++++++++++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 35 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b131aa..fa6b9b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3082,7 +3082,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3103,12 +3104,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3123,17 +3126,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3250,7 +3256,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3262,6 +3269,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3276,6 +3284,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3283,12 +3292,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -3307,6 +3318,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -3387,7 +3399,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -3399,6 +3412,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -3484,7 +3498,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -3520,6 +3535,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -3539,6 +3555,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3582,12 +3599,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -6789,9 +6808,9 @@ } }, "react-native-fast-image": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-7.0.2.tgz", - "integrity": "sha512-MfuzJbC0RjYobR2gFCdqe1I7jvNOCfDkjQ7VGOHXniqjohhULMkcWNBE9Umovi9Dx93lJ6t5utcE2wf/09zvlg==", + "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==", "dev": true }, "react-refresh": { diff --git a/package.json b/package.json index b0a7da3..fd8d221 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "peerDependencies": { "react": "^16.10.1", "react-native": "^0.61.1", - "react-native-fast-image": "^7.0.2" + "react-native-fast-image": "^8.3.0" }, "devDependencies": { "@types/node": "^12.7.8", @@ -32,7 +32,7 @@ "metro-react-native-babel-preset": "^0.56.0", "react": "^16.10.1", "react-native": "^0.61.1", - "react-native-fast-image": "^7.0.2", + "react-native-fast-image": "^8.3.0", "react-test-renderer": "^16.10.2", "ts-jest": "^24.1.0", "typescript": "^3.6.3"