From 94abbd080c5f704923991822b454520b0da4d6bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Dec 2021 11:36:38 +0000 Subject: [PATCH] fix: upgrade react-native-map-link from 2.4.0 to 2.8.1 Snyk has created this PR to upgrade react-native-map-link from 2.4.0 to 2.8.1. See this package in npm: https://www.npmjs.com/package/react-native-map-link See this project in Snyk: https://app.snyk.io/org/samy-m32/project/9ac4cc09-39d4-423c-9322-3ee102967708?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f220e1..3e69688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6887,11 +6887,11 @@ } }, "react-native-animatable": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.2.tgz", - "integrity": "sha512-rmah3KQ63ft8DxkzFUwJSuZeq+oSYwldoGF4DTOR5WM2WR5wiWLgBAtrAHlI3Di3by323uOR21s+MlqPcHz2Kw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz", + "integrity": "sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==", "requires": { - "prop-types": "^15.5.10" + "prop-types": "^15.7.2" } }, "react-native-app-intro-slider": { @@ -6987,12 +6987,12 @@ } }, "react-native-map-link": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/react-native-map-link/-/react-native-map-link-2.4.0.tgz", - "integrity": "sha512-Rlw1O+zMibGL49V1ZBo97rST6zZOcnZdMenz+9tw4DVilP8fP0PZh+pY2JvN87I93U8bmuai3EZs0dpfQo5Gkw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/react-native-map-link/-/react-native-map-link-2.8.1.tgz", + "integrity": "sha512-P8zJ+bCBclDv5u5bFv2ycTsWubZR5QrglFlZhCU89uDOUDNZCF9++C6hQiexd33MsdeN/uWINt+CMHZRwQCBlA==", "requires": { - "prop-types": "^15.6.1", - "react-native-modal": "^9.0.0" + "prop-types": "^15.7.2", + "react-native-modal": "^10.0.0" } }, "react-native-maps": { @@ -7001,12 +7001,12 @@ "integrity": "sha512-1iNIDikp2dkCG+8DguaEviYZiMSYyvwqYT7pO2YTZvuFRDSc/P9jXMhTUnSh4wNDlEeQ47OJ09l0pwWVBZ7wxg==" }, "react-native-modal": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-9.0.0.tgz", - "integrity": "sha512-j4xeIK9noHU/ksp2Ndc8NI1qJvjApToqGvqLEu2wtYeaISanbhtd0S3V4hZkSlCa3DZtegl6aaMZBLeH1q6xfA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-10.0.0.tgz", + "integrity": "sha512-f0paVkkbQ/zNYnzEfqpJ+Xyqda/2mTzg1CL4ECpvRxlMOgTRezJabfEVJKTl+rZZELaaKyjB8FNoB8feC0E9pA==", "requires": { "prop-types": "^15.6.2", - "react-native-animatable": "^1.2.4" + "react-native-animatable": "^1.3.1" } }, "react-native-open-maps": { diff --git a/package.json b/package.json index c5bb3f4..6f18458 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-native-elements": "^1.1.0", "react-native-gesture-handler": "^1.3.0", "react-native-loading-spinner-overlay": "^1.0.1", - "react-native-map-link": "^2.4.0", + "react-native-map-link": "^2.8.1", "react-native-open-maps": "^0.3.3", "react-native-render-html": "^4.1.2", "react-native-secure-storage": "^0.1.2",