From 95f872f3a495f038c9efa2ca3b1aec58adbac5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 18:54:53 +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 7.0.0. - [Release notes](https://github.com/mockingbot/react-native-zip-archive/releases) - [Commits](https://github.com/mockingbot/react-native-zip-archive/commits) --- updated-dependencies: - dependency-name: react-native-zip-archive dependency-type: direct:production update-type: version-update:semver-major ... 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..8a501d6 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": "^7.0.0" }, "devDependencies": { "@babel/core": "^7.23.9", diff --git a/example/yarn.lock b/example/yarn.lock index 90d26e5..787824a 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@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/react-native-zip-archive/-/react-native-zip-archive-7.0.0.tgz#73dbfe2a9963aef59d4daec3a884116049190c24" + integrity sha512-e4fckhO0PPFj/5oB6T2pYG9X5JqRvpIcs105vbXb6AjFRjmQPWEpw1f7iymrnSDKeyls60zexC4j3Z9iPKfZaA== react-native@0.73.2: version "0.73.2"