From ea54c925009be877cbd2ecbb37b258464b7a7fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:32:17 +0000 Subject: [PATCH] fix(deps): bump @react-native-async-storage/async-storage in /rn Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) from 1.15.15 to 1.16.1. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Changelog](https://github.com/react-native-async-storage/async-storage/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-native-async-storage/async-storage/compare/v1.15.15...v1.16.1) --- updated-dependencies: - dependency-name: "@react-native-async-storage/async-storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rn/package.json | 2 +- rn/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rn/package.json b/rn/package.json index a980a80e..c5c10e9e 100644 --- a/rn/package.json +++ b/rn/package.json @@ -13,7 +13,7 @@ "dependencies": { "@grpc/grpc-js": "^1.5.5", "@improbable-eng/grpc-web": "^0.15.0", - "@react-native-async-storage/async-storage": "1.15.15", + "@react-native-async-storage/async-storage": "1.16.1", "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@reduxjs/toolkit": "^1.7.2", diff --git a/rn/yarn.lock b/rn/yarn.lock index 57d15469..93671d32 100644 --- a/rn/yarn.lock +++ b/rn/yarn.lock @@ -1799,10 +1799,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= -"@react-native-async-storage/async-storage@1.15.15": - version "1.15.15" - resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.15.15.tgz#33f930aaebc602199a3294a9b1eafff7b56df409" - integrity sha512-Ss2FqWP9HC5AhCyP6ydRERSwWb8QMTLknETB8cp2+tbEUhu7Q/S5+e0QIrF0D2Z/YZTUvQ2MP7uXzt9FLG9OYQ== +"@react-native-async-storage/async-storage@1.16.1": + version "1.16.1" + resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.16.1.tgz#1dbaa9e0f9736e4ab8fc04c628bbb608fd80b068" + integrity sha512-aQ7ka+Ii1e/q+7AVFIZPt4kDeSH8b784wMDtz19Kf4A7hf+OgCHBlUQpOXsrv8XxhlBxu0hv4tfrDO15ChnV0Q== dependencies: merge-options "^3.0.4"