From 6e0f86e7a068c024ee6c6f2c0b1f5d5029c1fd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:40:01 +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) from 1.19.2 to 1.19.3. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/react-native-async-storage/async-storage/compare/v1.19.2...v1.19.3) --- 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 0c0f69bfa98..2b848dec2d2 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.2", + "@react-native-async-storage/async-storage": "1.19.3", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.11", "@standardnotes/config": "^2.4.3",