From 7999e2214935c60cf58b3bd9e16922596c458cac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Mar 2020 05:53:32 +0000 Subject: [PATCH] fix: upgrade react-native-linear-gradient from 2.5.4 to 2.5.6 Snyk has created this PR to upgrade react-native-linear-gradient from 2.5.4 to 2.5.6. See this package in NPM: https://www.npmjs.com/package/react-native-linear-gradient See this project in Snyk: https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr --- 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 4005186cd..47f75b3c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12596,9 +12596,9 @@ } }, "react-native-linear-gradient": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/react-native-linear-gradient/-/react-native-linear-gradient-2.5.4.tgz", - "integrity": "sha512-FF1NhlerA4uBiS0gFIHa4FBp8/aftv4vPj14Y47lGNkYjSI94tnI6oYO3EfUxXjEyCUPiOVNKZOB9kScyjc5Ew==" + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/react-native-linear-gradient/-/react-native-linear-gradient-2.5.6.tgz", + "integrity": "sha512-HDwEaXcQIuXXCV70O+bK1rizFong3wj+5Q/jSyifKFLg0VWF95xh8XQgfzXwtq0NggL9vNjPKXa016KuFu+VFg==" }, "react-native-modal": { "version": "11.5.3", diff --git a/package.json b/package.json index abcc5835f..30e08a1fd 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-native-haptic-feedback": "1.9.0", "react-native-image-picker": "1.1.0", "react-native-level-fs": "3.0.1", - "react-native-linear-gradient": "2.5.4", + "react-native-linear-gradient": "2.5.6", "react-native-modal": "11.5.3", "react-native-obscure": "1.2.1", "react-native-popup-menu-android": "1.0.3",