From 899f9f31ae26824b405a6dffe3c2234a75e55b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 04:15:48 +0000 Subject: [PATCH] bump minimatch in /React-Native/06highScoreGuessingGame --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../06highScoreGuessingGame/package-lock.json | 15 +++------------ React-Native/06highScoreGuessingGame/yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/React-Native/06highScoreGuessingGame/package-lock.json b/React-Native/06highScoreGuessingGame/package-lock.json index 91687cda..9e12d199 100644 --- a/React-Native/06highScoreGuessingGame/package-lock.json +++ b/React-Native/06highScoreGuessingGame/package-lock.json @@ -2909,7 +2909,6 @@ "brace-expansion": { "version": "1.1.11", "bundled": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3057,14 +3056,6 @@ "bundled": true, "optional": true }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "optional": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, "minimist": { "version": "1.2.3", "bundled": true, @@ -4629,9 +4620,9 @@ "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" }, "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" } diff --git a/React-Native/06highScoreGuessingGame/yarn.lock b/React-Native/06highScoreGuessingGame/yarn.lock index f4f15880..65c6d62a 100644 --- a/React-Native/06highScoreGuessingGame/yarn.lock +++ b/React-Native/06highScoreGuessingGame/yarn.lock @@ -1310,8 +1310,8 @@ babel-preset-fbjs@^3.1.2, babel-preset-fbjs@^3.2.0: babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0" balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" base64-js@^1.1.2, base64-js@^1.2.3: version "1.3.1" @@ -3168,8 +3168,8 @@ mimic-fn@^2.0.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" dependencies: brace-expansion "^1.1.7"