From 064aa4c8b55917346a9e06fa34bf4f5bd32bb9d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Sep 2021 03:44:42 +0000 Subject: [PATCH] fix: upgrade @react-native-community/async-storage from 1.6.3 to 1.12.1 Snyk has created this PR to upgrade @react-native-community/async-storage from 1.6.3 to 1.12.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/oliverwoodings/project/76ccefab-e580-426b-ba0c-7a96ba0dbcfd?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- example/yarn.lock | 23 +++++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 58ecfe2..c045011 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "clean": "watchman watch-del-all && rm -rf package-lock.json && rm -rf node_modules && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-* && yarn" }, "dependencies": { - "@react-native-community/async-storage": "^1.6.3", + "@react-native-community/async-storage": "^1.12.1", "qubit-sdk-react-native": "file:..", "react": "16.9.0", "react-native": "0.61.4" diff --git a/example/yarn.lock b/example/yarn.lock index 99f8695..6e1d6f2 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -649,9 +649,12 @@ "@types/istanbul-reports" "^1.1.1" "@types/yargs" "^13.0.0" -"@react-native-community/async-storage@^1.6.3": - version "1.6.3" - resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.6.3.tgz#1a713e8c5cacd543ab8539080a5ce57ad917da88" +"@react-native-community/async-storage@^1.12.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" @@ -1358,6 +1361,13 @@ decode-uri-component@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" +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-extend@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" @@ -1996,6 +2006,11 @@ is-number@^3.0.0: dependencies: kind-of "^3.0.2" +is-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= + is-plain-object@^2.0.3, is-plain-object@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" @@ -3107,7 +3122,7 @@ pump@^3.0.0: once "^1.3.1" "qubit-sdk-react-native@file:..": - version "1.0.0" + version "0.0.0" range-parser@~1.2.1: version "1.2.1"