From 5b1edfae024a7a96c276300671e69c131f94787a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:15:57 +0000 Subject: [PATCH] Chore(deps): Bump expo-video-thumbnails from 5.2.1 to 6.0.3 Bumps [expo-video-thumbnails](https://github.com/expo/expo/tree/HEAD/packages/expo-video-thumbnails) from 5.2.1 to 6.0.3. - [Release notes](https://github.com/expo/expo/releases) - [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-video-thumbnails) --- updated-dependencies: - dependency-name: expo-video-thumbnails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 83b7f731571..fd61bcfb593 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "expo-haptics": "10.1.0", "expo-keep-awake": "9.2.0", "expo-local-authentication": "11.1.1", - "expo-video-thumbnails": "5.2.1", + "expo-video-thumbnails": "6.0.3", "expo-web-browser": "9.2.0", "hoist-non-react-statics": "3.3.2", "i18n-js": "3.8.0", diff --git a/yarn.lock b/yarn.lock index 6a73801e702..04a7dd637e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9070,12 +9070,20 @@ expo-modules-core@~0.2.0: resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.2.0.tgz#68e5b6e53d0afbf8d131578831aed657589a2d42" integrity sha512-inpfZ5X/BaTtbj2wG9PA9AC0MN8VyId6KSRlVuEg7+ziurHBy/kKDFxpOddUokhwiln2uhoYPSStJjR/tKypdw== -expo-video-thumbnails@5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/expo-video-thumbnails/-/expo-video-thumbnails-5.2.1.tgz#d7f9853117671a09acc24e70df84b6c7c3e38114" - integrity sha512-0ttnCbQJrhqs0sFLHjIXb7wZ/z4hfT6GGkmfWOoNiNYcgY9mShASv5domn82llz8/S4lLE9KpNUl9rrt90JsJg== +expo-modules-core@~0.4.4: + version "0.4.10" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.4.10.tgz#6c7e7e211b3056fc23a462e9faea88cc7653fe9b" + integrity sha512-uCZA3QzF0syRaHwYY99iaNhnye4vSQGsJ/y6IAiesXdbeVahWibX4G1KoKNPUyNsKXIM4tqA+4yByUSvJe4AAw== dependencies: - expo-modules-core "~0.2.0" + compare-versions "^3.4.0" + invariant "^2.2.4" + +expo-video-thumbnails@6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/expo-video-thumbnails/-/expo-video-thumbnails-6.0.3.tgz#0bdee794a8a1348a8b9907f3d1d5b39453d555b2" + integrity sha512-lMTE60AAixuhx8qr7jDoOEC/TzILIZgpOeqeKwWes7OdR6QZM+JbTqQrl+e6LYQmMqEsRAo1JRfjzvlBmaoO4A== + dependencies: + expo-modules-core "~0.4.4" expo-web-browser@9.2.0: version "9.2.0"