From 6132ec2917bfbce29ae20b2a86c692eda903dcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 18:30:44 +0000 Subject: [PATCH] chore(deps): bump react-native-zip-archive in /example Bumps [react-native-zip-archive](https://github.com/mockingbot/react-native-zip-archive) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/mockingbot/react-native-zip-archive/releases) - [Commits](https://github.com/mockingbot/react-native-zip-archive/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: react-native-zip-archive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 1a77e60..f13220b 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "react-native": "0.73.2", "react-native-fs": "^2.20.0", "react-native-sound": "^0.11.2", - "react-native-zip-archive": "^6.1.0" + "react-native-zip-archive": "^6.1.1" }, "devDependencies": { "@babel/core": "^7.23.9", diff --git a/example/yarn.lock b/example/yarn.lock index 90d26e5..4aa2098 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -3889,10 +3889,10 @@ react-native-sound@^0.11.2: resolved "https://registry.yarnpkg.com/react-native-sound/-/react-native-sound-0.11.2.tgz#e542dc5b9e16ab4b3ac7e6eaddb1fc8d98da9038" integrity sha512-LmGc8lgOK3qecYMVQpyHvww/C+wgT6sWeMpVbOe4NCRGC2yKd4fo4U0KBUo9PO7AqKESO3I/2GZg1/C0+bwiiA== -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-zip-archive@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/react-native-zip-archive/-/react-native-zip-archive-6.1.1.tgz#91e51dc07820f2fc7299ec258076566c2d2ecdaa" + integrity sha512-CY1na9M8xMblF8Dq8xsxeexjdszCUyn9I0BPotK380GfMGkGwfWqEwt2403rqvUEnHoRnWtIVxtlKb72h1LB3w== react-native@0.73.2: version "0.73.2"