From a48dbf25fcdf19b730a26ec37c90cf0dbc56cc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:11:17 +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.6. - [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/default-storage-backend/CHANGELOG.md) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/v1.19.6/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 03c2cc16c0e..eba984634d4 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.6", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.11", "@standardnotes/config": "^2.4.3",