From 6aa4ac5b71d612120bc592a3a23d0415272b9bcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Oct 2020 05:50:37 +0000 Subject: [PATCH] fix: upgrade react-native-elements from 2.3.1 to 2.3.2 Snyk has created this PR to upgrade react-native-elements from 2.3.1 to 2.3.2. See this package in npm: https://www.npmjs.com/package/react-native-elements 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 | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46a983f1b..732cbe945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5832,18 +5832,18 @@ "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" }, "@types/react": { - "version": "16.9.49", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.49.tgz", - "integrity": "sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==", + "version": "16.9.53", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.53.tgz", + "integrity": "sha512-4nW60Sd4L7+WMXH1D6jCdVftuW7j4Za6zdp6tJ33Rqv0nk1ZAmQKML9ZLD4H0dehA3FZxXR/GM8gXplf82oNGw==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" } }, "@types/react-native": { - "version": "0.63.19", - "resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.63.19.tgz", - "integrity": "sha512-iUcejWDCw5gBIezDtSWBpkbB3piIMZau7FAfQqhObCJpCm/7QgVof/aKIP0fCkADYz/qGmIZATMX8kjAS7TVbw==", + "version": "0.63.30", + "resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.63.30.tgz", + "integrity": "sha512-8/PrOjuUaPTCfMeW12ubseZPUGdbRhxYDa/aT+0D0KWVTe60b4H/gJrcfJmBXC6EcCFcimuTzQCv8/S03slYqA==", "requires": { "@types/react": "*" } @@ -8217,9 +8217,9 @@ } }, "csstype": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.3.tgz", - "integrity": "sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag==" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.4.tgz", + "integrity": "sha512-xc8DUsCLmjvCfoD7LTGE0ou2MIWLx0K9RCZwSHMOdynqRsP4MtUcLeqh1HcQ2dInwDTqn+3CE0/FZh1et+p4jA==" }, "dashdash": { "version": "1.14.1", @@ -18024,9 +18024,9 @@ "from": "git+https://github.com/BlueWallet/react-native-document-picker.git#3684d4fcc2bc0b47c32be39024e4796004c3e428" }, "react-native-elements": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/react-native-elements/-/react-native-elements-2.3.1.tgz", - "integrity": "sha512-eoEXVbBIvxqh+xuOEyu6EOZTOgBpNEgrZkB39TjApOFiH4fCTyYV9uFZ3nwBsuIpL5H0C3JiVh7MW4jfBkND/g==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/react-native-elements/-/react-native-elements-2.3.2.tgz", + "integrity": "sha512-HygYYmq8JYjk/YYiUwr/64qT64H2xlPBz0JnkGTQwvnnyXZrfkHFopw8rLWCupv3iLLPDzVohvPs0Z5HLdonSQ==", "requires": { "@types/react-native-vector-icons": "^6.4.5", "color": "^3.1.0", diff --git a/package.json b/package.json index b87de116d..9859c6a9a 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "react-native-default-preference": "1.4.3", "react-native-device-info": "6.2.0", "react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#3684d4fcc2bc0b47c32be39024e4796004c3e428", - "react-native-elements": "2.3.1", + "react-native-elements": "2.3.2", "react-native-fingerprint-scanner": "git+https://github.com/BlueWallet/react-native-fingerprint-scanner.git#ce644673681716335d786727bab998f7e632ab5e", "react-native-fs": "2.16.6", "react-native-gesture-handler": "1.8.0",