From 0d0c7ac398a08ab771c6b0fc2a10627861f6a1c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Jul 2022 10:33:57 +0000 Subject: [PATCH] fix: upgrade react-native-device-info from 0.15.3 to 0.29.1 Snyk has created this PR to upgrade react-native-device-info from 0.15.3 to 0.29.1. See this package in npm: https://www.npmjs.com/package/react-native-device-info See this project in Snyk: https://app.snyk.io/org/countly/project/cdb83592-2fbd-4f30-86f8-723f6f2896b8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86139c2..408dbcc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "crypto-js": "^3.1.9-1", "react-native-background-timer": "^2.0.0", - "react-native-device-info": "^0.15.3", + "react-native-device-info": "^0.29.1", "react-native-exception-handler": "^2.7.1", "react-native-firebase": "^5.2.2", "react-native-modal": "^6.4.0",