From c90e55d51bdfa65e464f75cc371f208ae7c24dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 06:26:37 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.0.5 in /build Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- build/package.json | 2 +- build/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build/package.json b/build/package.json index 20fc702f97d0d..699c29b7fd4c8 100644 --- a/build/package.json +++ b/build/package.json @@ -44,7 +44,7 @@ "iconv-lite-umd": "0.6.8", "jsonc-parser": "^2.3.0", "mime": "^1.3.4", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "minimist": "^1.2.3", "request": "^2.85.0", "terser": "4.3.8", diff --git a/build/yarn.lock b/build/yarn.lock index 17c5c201d57f7..7f6eb48434530 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -2283,13 +2283,20 @@ mime@^1.3.4: resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" integrity sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ== -minimatch@3.0.4, minimatch@^3.0.3, 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.5, minimatch@^3.0.3, minimatch@^3.0.4: + 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@^1.1.0, minimist@^1.2.0, minimist@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"