From 8ee533eb86a64b3c179235b5f4676f0967a70047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:41:31 +0000 Subject: [PATCH] Bump @react-native-async-storage/async-storage from 1.24.0 to 2.1.0 Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/default-storage-backend) from 1.24.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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fc34d13..7472e479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ZooniverseMobile", "version": "0.0.1", "dependencies": { - "@react-native-async-storage/async-storage": "^1.19.3", + "@react-native-async-storage/async-storage": "^2.1.0", "@react-native-community/blur": "^4.4.0", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/netinfo": "^9.4.1", @@ -2710,14 +2710,14 @@ } }, "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==", + "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==", "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/blur": { diff --git a/package.json b/package.json index 2087b50a..3d73ca64 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.19.3", + "@react-native-async-storage/async-storage": "^2.1.0", "@react-native-community/blur": "^4.4.0", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/netinfo": "^9.4.1",