diff --git a/package-lock.json b/package-lock.json index bb6745e..92a47fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.2", "@mui/styled-engine-sc": "^5.12.0", - "@react-native-async-storage/async-storage": "1.17.11", + "@react-native-async-storage/async-storage": "^1.19.1", "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/drawer": "^6.6.3", "@react-navigation/native": "^6.1.6", @@ -27,7 +27,7 @@ "expo": "^49.0.0", "expo-checkbox": "~2.3.1", "expo-font": "~11.1.1", - "expo-linking": "^5.0.0", + "expo-linking": "~5.0.0", "expo-screen-orientation": "~5.1.1", "expo-status-bar": "~1.4.4", "express": "^4.18.2", @@ -4796,14 +4796,14 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.17.11", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.17.11.tgz", - "integrity": "sha512-bzs45n5HNcDq6mxXnSsOHysZWn1SbbebNxldBXCQs8dSvF8Aor9KCdpm+TpnnGweK3R6diqsT8lFhX77VX0NFw==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.1.tgz", + "integrity": "sha512-5QXuGCtB+HL3VtKL2JN3+6t4qh8VXizK+aGDAv6Dqiq3MLrzgZHb4tjVgtEWMd8CcDtD/JqaAI1b6/EaYGtFIA==", "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.71 || 1000.0.0" + "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" } }, "node_modules/@react-native-community/art": { diff --git a/package.json b/package.json index 802f786..c54b694 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.2", "@mui/styled-engine-sc": "^5.12.0", - "@react-native-async-storage/async-storage": "1.17.11", + "@react-native-async-storage/async-storage": "1.19.1", "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/drawer": "^6.6.3", "@react-navigation/native": "^6.1.6",