From 15edd85a2f175b135afe6692946c73b986cb31bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:23:07 +0000 Subject: [PATCH] Bump @react-native-async-storage/async-storage Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/default-storage-backend) from 1.21.0 to 2.1.0. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@2.1.0/packages/default-storage-backend) --- updated-dependencies: - dependency-name: "@react-native-async-storage/async-storage" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-restaurant/package-lock.json | 11 ++++++----- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..2c875a9 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@apollo/client": "^3.5.8", "@expo/config-plugins": "~8.0.0", - "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-async-storage/async-storage": "2.1.0", "@react-native-community/masked-view": "0.1.11", "@react-navigation/bottom-tabs": "^6.2.0", "@react-navigation/drawer": "^6.3.1", @@ -3182,14 +3182,15 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.23.1.tgz", - "integrity": "sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.1.0.tgz", + "integrity": "sha512-eAGQGPTAuFNEoIQSB5j2Jh1zm5NPyBRTfjRMfCN0W1OakC5WIB5vsDyIQhUweKN9XOE2/V07lqTMGsL0dGXNkA==", + "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-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 67b0490..86efde6 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -35,7 +35,7 @@ "dependencies": { "@apollo/client": "^3.5.8", "@expo/config-plugins": "~8.0.0", - "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-async-storage/async-storage": "2.1.0", "@react-native-community/masked-view": "0.1.11", "@react-navigation/bottom-tabs": "^6.2.0", "@react-navigation/drawer": "^6.3.1",