From cd269ba3ef8f7674e0c753e5937c0ab33cc3b5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:09:26 +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.19.7. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/v1.19.7/packages/default-storage-backend) --- updated-dependencies: - dependency-name: "@react-native-async-storage/async-storage" dependency-type: direct:development update-type: version-update:semver-patch ... 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 4ada897e125..8d4c4e12c7c 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.19.7", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.11", "@standardnotes/config": "^2.4.3",