From 26290337a39573529d167800ca91c0abaa135502 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:38:15 +0000 Subject: [PATCH] chore(deps): update dependency @react-native-async-storage/async-storage to v2 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f39b91ef..4e12217a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1358,9 +1358,9 @@ } }, "@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.0.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.0.0.tgz", + "integrity": "sha512-af6H9JjfL6G/PktBfUivvexoiFKQTJGQCtSWxMdivLzNIY94mu9DdiY0JqCSg/LyPCLGKhHPUlRQhNvpu3/KVA==", "dev": true, "requires": { "merge-options": "^3.0.4" diff --git a/package.json b/package.json index 3ae37352..111408ba 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/rocwind/create-fetcher#readme", "devDependencies": { - "@react-native-async-storage/async-storage": "1.24.0", + "@react-native-async-storage/async-storage": "2.0.0", "@types/jest": "29.5.12", "@types/lodash.debounce": "4.0.9", "@types/lodash.isequal": "4.5.8",