From a1f2fe0394de445379089edcd650324bd15870a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 05:38:38 +0800 Subject: [PATCH] chore(deps): bump react-native-zip-archive in /example (#120) --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 64a38ff..c906881 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "react": "18.2.0", "react-native": "0.71.11", "react-native-fs": "^2.20.0", - "react-native-zip-archive": "^6.0.9" + "react-native-zip-archive": "^6.1.0" }, "devDependencies": { "@babel/core": "^7.22.15", diff --git a/example/yarn.lock b/example/yarn.lock index 6248c14..8114234 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4167,10 +4167,10 @@ react-native-gradle-plugin@^0.71.19: resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz#3379e28341fcd189bc1f4691cefc84c1a4d7d232" integrity sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ== -react-native-zip-archive@^6.0.9: - version "6.0.9" - resolved "https://registry.yarnpkg.com/react-native-zip-archive/-/react-native-zip-archive-6.0.9.tgz#9a1456f1dc6a9d7bb13135a00775e07cda247997" - integrity sha512-IYf3yHJ7sHzj9ucO3Amx/TtsZcTgHdfj+Dar8p1e32E+wBsn7mv0PDp2X/oCLGci0nG9i2DBstrnCW74/7NLYQ== +react-native-zip-archive@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/react-native-zip-archive/-/react-native-zip-archive-6.1.0.tgz#beed62dea9c7ff1e4fd4b6ce0e496ede5ab2f96f" + integrity sha512-FEt6O8YD/Is48HGXuHndFktod7S2cUdf0C+B2XRHWeS3zs/gXlzOGo1gcwUxdMyqQwEwnFuAqlYvUK4BNGQsDg== react-native@0.71.11: version "0.71.11"