diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index b9e298d..f01b542 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-transform-object-rest-spread": "^7.23.4", "@babel/plugin-transform-optional-catch-binding": "^7.23.4", "@expo/vector-icons": "^14.0.0", - "@react-native-async-storage/async-storage": "1.21.0", + "@react-native-async-storage/async-storage": "2.2.0", "@react-native-community/datetimepicker": "^8.2.0", "@react-navigation/drawer": "^6.3.0", "@react-navigation/elements": "^1.2.1", @@ -155,6 +155,18 @@ "react-native": "*" } }, + "node_modules/@amplitude/analytics-react-native/node_modules/@react-native-async-storage/async-storage": { + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.24.0.tgz", + "integrity": "sha512-W4/vbwUOYOjco0x3toB8QCr7EjIP6nE9G7o8PMguvvjYT5Awg09lyV4enACRx4s++PPulBiBSjL0KTFx2u0Z/g==", + "license": "MIT", + "dependencies": { + "merge-options": "^3.0.4" + }, + "peerDependencies": { + "react-native": "^0.0.0-0 || >=0.60 <1.0" + } + }, "node_modules/@amplitude/analytics-types": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/@amplitude/analytics-types/-/analytics-types-1.3.4.tgz", @@ -3623,14 +3635,15 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.21.0.tgz", - "integrity": "sha512-JL0w36KuFHFCvnbOXRekqVAUplmOyT/OuCQkogo6X98MtpSaJOKEAeZnYO8JB0U/RIEixZaGI5px73YbRm/oag==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.2.0.tgz", + "integrity": "sha512-gvRvjR5JAaUZF8tv2Kcq/Gbt3JHwbKFYfmb445rhOj6NUMx3qPLixmDx5pZAyb9at1bYvJ4/eTUipU5aki45xw==", + "license": "MIT", "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || >=0.60 <1.0" + "react-native": "^0.0.0-0 || >=0.65 <1.0" } }, "node_modules/@react-native-community/cli": { diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index d1586d9..fbdf77e 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -39,7 +39,7 @@ "@babel/plugin-transform-object-rest-spread": "^7.23.4", "@babel/plugin-transform-optional-catch-binding": "^7.23.4", "@expo/vector-icons": "^14.0.0", - "@react-native-async-storage/async-storage": "1.21.0", + "@react-native-async-storage/async-storage": "2.2.0", "@react-native-community/datetimepicker": "^8.2.0", "@react-navigation/drawer": "^6.3.0", "@react-navigation/elements": "^1.2.1",