From 28c1b3c4ba35585d4d462d6ec400997f84e87093 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Aug 2023 20:17:56 +0000 Subject: [PATCH] fix: upgrade @react-native-async-storage/async-storage from 1.17.11 to 1.19.1 Snyk has created this PR to upgrade @react-native-async-storage/async-storage from 1.17.11 to 1.19.1. See this package in npm: https://www.npmjs.com/package/@react-native-async-storage/async-storage See this project in Snyk: https://app.snyk.io/org/milancarevic84/project/aeaf4be8-bedf-4a51-9608-ebfbc066932f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",