From 6cac59df2cdb5535f7081ac3d547dd7af587c82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:04:50 +0000 Subject: [PATCH] :arrow_up: Bump @react-native-async-storage/async-storage in /src/client Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.0.2/packages/async-storage) --- updated-dependencies: - dependency-name: "@react-native-async-storage/async-storage" dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/client/package-lock.json | 11 ++++------- src/client/package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/client/package-lock.json b/src/client/package-lock.json index 61e2589..9418782 100644 --- a/src/client/package-lock.json +++ b/src/client/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@expo/vector-icons": "^14.1.0", - "@react-native-async-storage/async-storage": "3.0.1", + "@react-native-async-storage/async-storage": "3.0.2", "@react-native-community/cli": "^18.0.1", "@react-native-firebase/app": "^23.7.0", "@react-native-firebase/auth": "^23.7.0", @@ -5417,9 +5417,9 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-3.0.1.tgz", - "integrity": "sha512-VHwHb19sMg4Xh3W5M6YmJ/HSm1uh8RYFa6Dozm9o/jVYTYUgz2BmDXqXF7sum3glQaR34/hlwVc94px1sSdC2A==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-3.0.2.tgz", + "integrity": "sha512-XP0zDIl+1XoeuQ7f878qXKdl77zLwzLALPpxvNRc7ZtDh9ew36WSvOdQOhFkexMySapFAWxEbZxS8K8J2DU4eg==", "license": "MIT", "dependencies": { "idb": "8.0.3" @@ -12992,7 +12992,6 @@ "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, "license": "MIT", "engines": { "node": ">=12.0.0" @@ -24497,7 +24496,6 @@ "version": "0.2.15", "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "dev": true, "license": "MIT", "dependencies": { "fdir": "^6.5.0", @@ -24514,7 +24512,6 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, "license": "MIT", "engines": { "node": ">=12" diff --git a/src/client/package.json b/src/client/package.json index b4262d3..0549010 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@expo/vector-icons": "^14.1.0", - "@react-native-async-storage/async-storage": "3.0.1", + "@react-native-async-storage/async-storage": "3.0.2", "@react-native-community/cli": "^18.0.1", "@react-native-firebase/app": "^23.7.0", "@react-native-firebase/auth": "^23.7.0",