From d9e565372353efc5d8a9ee0e96c5ac5c5c3bb5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 13:18:00 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.0.5 in /packaging/create-unity-packages Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packaging/create-unity-packages/package.json | 2 +- packaging/create-unity-packages/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packaging/create-unity-packages/package.json b/packaging/create-unity-packages/package.json index e53e02203..7259b5d44 100644 --- a/packaging/create-unity-packages/package.json +++ b/packaging/create-unity-packages/package.json @@ -33,7 +33,7 @@ "js-yaml": "^3.13.1", "lodash.uniqby": "^4.7.0", "md5": "^2.2.1", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "mocha": "^6.1.4", "rxjs": "^6.5.2", "tmp": "^0.0.33", diff --git a/packaging/create-unity-packages/yarn.lock b/packaging/create-unity-packages/yarn.lock index ee01d7e09..b1744a2ce 100644 --- a/packaging/create-unity-packages/yarn.lock +++ b/packaging/create-unity-packages/yarn.lock @@ -1011,13 +1011,20 @@ mimic-response@^1.0.0: resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== -minimatch@3.0.4, minimatch@^3.0.4: +minimatch@3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== dependencies: brace-expansion "^1.1.7" +minimatch@^3.0.4, minimatch@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" + integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== + dependencies: + brace-expansion "^1.1.7" + minimist@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"