From deab3ab82b9fb2d3c1ecdbaa747e24996ea4925d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:07:42 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++++--------------------------------------- 1 file changed, 6 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 913d76c..d9a9935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5871,27 +5871,6 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "peer": true }, - "node_modules/expo-media-library": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/expo-media-library/-/expo-media-library-11.0.0.tgz", - "integrity": "sha512-yRCce1tmn0WuVC64E+eS4Ez0w8jO4UVf0wz/rAYxJHquSOOC40HRQhzvmAhvAhfzeNGrVvQW/5j+IX+yzwq2QA==", - "dependencies": { - "@expo/config-plugins": "~1.0.13" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/expo-permissions": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/expo-permissions/-/expo-permissions-11.0.0.tgz", - "integrity": "sha512-5+sFdU1HS/4aK9O7AsoLSNjG4f0UzlA3/nBHOPnWxxY2HRFnQp764tSsfSJRnGhM89Qxort6n2RzOusMoNP5ig==", - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, "node_modules/expo-screen-orientation": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/expo-screen-orientation/-/expo-screen-orientation-3.0.0.tgz", @@ -8751,9 +8730,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -16790,18 +16769,6 @@ } } }, - "expo-media-library": { - "version": "https://registry.npmjs.org/expo-media-library/-/expo-media-library-11.0.0.tgz", - "integrity": "sha512-yRCce1tmn0WuVC64E+eS4Ez0w8jO4UVf0wz/rAYxJHquSOOC40HRQhzvmAhvAhfzeNGrVvQW/5j+IX+yzwq2QA==", - "requires": { - "@expo/config-plugins": "~1.0.13" - } - }, - "expo-permissions": { - "version": "https://registry.npmjs.org/expo-permissions/-/expo-permissions-11.0.0.tgz", - "integrity": "sha512-5+sFdU1HS/4aK9O7AsoLSNjG4f0UzlA3/nBHOPnWxxY2HRFnQp764tSsfSJRnGhM89Qxort6n2RzOusMoNP5ig==", - "requires": {} - }, "expo-screen-orientation": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/expo-screen-orientation/-/expo-screen-orientation-3.0.0.tgz", @@ -19082,9 +19049,9 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "requires": { "brace-expansion": "^1.1.7" }