From 7dcb14430828a2e6b3e3572de9d9a46e1600949a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:06:07 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 +++++++++-------------------------------------- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 913d76c..4556103 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", @@ -8762,9 +8741,12 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/mixin-deep": { "version": "1.3.2", @@ -16790,18 +16772,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", @@ -19090,9 +19060,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "mixin-deep": { "version": "1.3.2",