From 8e138f1be488fe136f628068cde525ad9ab6d8b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 17:01:59 +0000 Subject: [PATCH] Bump @react-native-community/async-storage from 1.8.1 to 1.12.1 Bumps [@react-native-community/async-storage](https://github.com/react-native-community/react-native-async-storage) from 1.8.1 to 1.12.1. - [Release notes](https://github.com/react-native-community/react-native-async-storage/releases) - [Commits](https://github.com/react-native-community/react-native-async-storage/compare/v1.8.1...v1.12.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index feccd926..68da4d89 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "build:release:delete-bad-res": "find android/app/src/main/res/drawable-* -type f -not -name 'launch_screen.png' -delete" }, "dependencies": { - "@react-native-community/async-storage": "^1.8.1", + "@react-native-community/async-storage": "^1.12.1", "@react-native-community/netinfo": "2.x.x", "@tradle/react-native-http": "^2.0.0", "@types/node": "^13.1.8", diff --git a/yarn.lock b/yarn.lock index 2da29ee5..3b9f9a42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1128,14 +1128,12 @@ tslib "^1.10.0" webcrypto-core "^1.0.14" -"@react-native-community/async-storage@^1.6.1": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.6.2.tgz#a19ca7149c4dfe8216f2330e6b1ebfe2d075ef92" - -"@react-native-community/async-storage@^1.8.1": - version "1.8.1" - resolved "https://registry.npm.taobao.org/@react-native-community/async-storage/download/@react-native-community/async-storage-1.8.1.tgz#c93e69dcf948667b207e409b8039b7edf199159b" - integrity sha1-yT5p3PlIZnsgfkCbgDm37fGZFZs= +"@react-native-community/async-storage@^1.12.1", "@react-native-community/async-storage@^1.6.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.12.1.tgz#25f821b4f6b13abe005ad67e47c6f1cee9f27b24" + integrity sha512-70WGaH3PKYASi4BThuEEKMkyAgE9k7VytBqmgPRx3MzJx9/MkspwqJGmn3QLCgHLIFUgF1pit2mWICbRJ3T3lg== + dependencies: + deep-assign "^3.0.0" "@react-native-community/cli-debugger-ui@^3.0.0": version "3.0.0" @@ -3369,6 +3367,13 @@ dedent@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" +deep-assign@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/deep-assign/-/deep-assign-3.0.0.tgz#c8e4c4d401cba25550a2f0f486a2e75bc5f219a2" + integrity sha512-YX2i9XjJ7h5q/aQ/IM9PEwEnDqETAIYbggmdDB3HLTlSgo1CxPsj6pvhPG68rq6SVE0+p+6Ywsm5fTYNrYtBWw== + dependencies: + is-obj "^1.0.0" + deep-equal@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" @@ -5059,7 +5064,7 @@ is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" -is-obj@^1.0.1: +is-obj@^1.0.0, is-obj@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"