From 1fb69a9b9d58d9cfbe4a39fbb4c4bcfd2de0c20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:34:02 +0000 Subject: [PATCH] chore(deps-dev): 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.19.3 to 1.21.0. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/v1.21.0/packages/default-storage-backend) --- updated-dependencies: - dependency-name: "@react-native-async-storage/async-storage" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 748a9ff672f..5001bf05c3f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -31,7 +31,7 @@ "@babel/core": "*", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.20.1", - "@react-native-async-storage/async-storage": "1.19.3", + "@react-native-async-storage/async-storage": "1.21.0", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.11", "@standardnotes/config": "^2.4.3",