diff --git a/enatega-multivendor-rider/package-lock.json b/enatega-multivendor-rider/package-lock.json index 1e4162c..a113ec7 100644 --- a/enatega-multivendor-rider/package-lock.json +++ b/enatega-multivendor-rider/package-lock.json @@ -50,7 +50,7 @@ "react-native": "0.74.3", "react-native-animatable": "^1.3.3", "react-native-countdown-component": "^2.7.1", - "react-native-flash-message": "^0.1.21", + "react-native-flash-message": "^0.4.2", "react-native-gesture-handler": "~2.16.1", "react-native-gifted-chat": "^2.4.0", "react-native-loading-spinner-overlay": "^3.0.0", @@ -14462,12 +14462,13 @@ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "node_modules/react-native-flash-message": { - "version": "0.1.24", - "resolved": "https://registry.npmjs.org/react-native-flash-message/-/react-native-flash-message-0.1.24.tgz", - "integrity": "sha512-OmhOTXPPjfh0kxAgncWSURHCTfVz2laKtKPK3ItNNXgZhoQV2pF2FBsS8SY2/ABcoChU9sEBjpMM638u2rmCIQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/react-native-flash-message/-/react-native-flash-message-0.4.2.tgz", + "integrity": "sha512-YvdXRW9AGMTI99S3DJZhLO0mbk/ehKv/UQf4/Df+3dtGi8DlkidRbyqCQZk1WMtZ7rN85PMTGr/xEI9CF9z0YA==", + "license": "MIT", "dependencies": { - "prop-types": "^15.7.2", - "react-native-iphone-x-helper": "^1.3.0" + "prop-types": "^15.8.1", + "react-native-iphone-screen-helper": "^2.0.2" }, "peerDependencies": { "prop-types": "^15.0 || ^16.0", @@ -14536,6 +14537,15 @@ "uuid": "bin/uuid" } }, + "node_modules/react-native-iphone-screen-helper": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/react-native-iphone-screen-helper/-/react-native-iphone-screen-helper-2.1.2.tgz", + "integrity": "sha512-xczoNSb582bPW9na9f5ASlJ19vn/JBJ/jPzZ8f+u06F3tCa23dOIml7d4tHmbHdmVaWqf6tgRc95+tyavWg4Fw==", + "license": "MIT", + "peerDependencies": { + "react-native": ">=0.42.0" + } + }, "node_modules/react-native-iphone-x-helper": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz", @@ -28234,12 +28244,12 @@ } }, "react-native-flash-message": { - "version": "0.1.24", - "resolved": "https://registry.npmjs.org/react-native-flash-message/-/react-native-flash-message-0.1.24.tgz", - "integrity": "sha512-OmhOTXPPjfh0kxAgncWSURHCTfVz2laKtKPK3ItNNXgZhoQV2pF2FBsS8SY2/ABcoChU9sEBjpMM638u2rmCIQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/react-native-flash-message/-/react-native-flash-message-0.4.2.tgz", + "integrity": "sha512-YvdXRW9AGMTI99S3DJZhLO0mbk/ehKv/UQf4/Df+3dtGi8DlkidRbyqCQZk1WMtZ7rN85PMTGr/xEI9CF9z0YA==", "requires": { - "prop-types": "^15.7.2", - "react-native-iphone-x-helper": "^1.3.0" + "prop-types": "^15.8.1", + "react-native-iphone-screen-helper": "^2.0.2" } }, "react-native-gesture-handler": { @@ -28293,6 +28303,11 @@ } } }, + "react-native-iphone-screen-helper": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/react-native-iphone-screen-helper/-/react-native-iphone-screen-helper-2.1.2.tgz", + "integrity": "sha512-xczoNSb582bPW9na9f5ASlJ19vn/JBJ/jPzZ8f+u06F3tCa23dOIml7d4tHmbHdmVaWqf6tgRc95+tyavWg4Fw==" + }, "react-native-iphone-x-helper": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz", diff --git a/enatega-multivendor-rider/package.json b/enatega-multivendor-rider/package.json index 62e03fd..62a0ca0 100644 --- a/enatega-multivendor-rider/package.json +++ b/enatega-multivendor-rider/package.json @@ -74,7 +74,7 @@ "react-native": "0.74.3", "react-native-animatable": "^1.3.3", "react-native-countdown-component": "^2.7.1", - "react-native-flash-message": "^0.1.21", + "react-native-flash-message": "^0.4.2", "react-native-gesture-handler": "~2.16.1", "react-native-gifted-chat": "^2.4.0", "react-native-loading-spinner-overlay": "^3.0.0",