From 73eb172948ea6bba1b263937e96d07dc6b99782d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 02:18:16 +0900 Subject: [PATCH] Build(deps): Bump micromatch from 4.0.4 to 4.0.5 (#12550) * Build(deps): Bump micromatch from 4.0.4 to 4.0.5 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Build(deps): Bump micromatch from 4.0.4 to 4.0.5 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update vendors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sosuke Suzuki --- package.json | 2 +- scripts/vendors/vendor-meta.json | 2 +- vendors/tempy.js | 4 ++-- yarn.lock | 16 ++++++++-------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 89b683aef529..dd4b8d48675e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lodash": "4.17.21", "mem": "9.0.2", "meriyah": "4.2.0", - "micromatch": "4.0.4", + "micromatch": "4.0.5", "minimist": "1.2.6", "n-readlines": "1.0.1", "outdent": "0.8.0", diff --git a/scripts/vendors/vendor-meta.json b/scripts/vendors/vendor-meta.json index afd900a37084..7002ff55c9a7 100644 --- a/scripts/vendors/vendor-meta.json +++ b/scripts/vendors/vendor-meta.json @@ -803,7 +803,7 @@ { "name": "micromatch", "maintainers": [], - "version": "4.0.4", + "version": "4.0.5", "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.", "repository": "micromatch/micromatch", "homepage": "https://github.com/micromatch/micromatch", diff --git a/vendors/tempy.js b/vendors/tempy.js index bf5ffee1fd9a..6d047a07fc7b 100644 --- a/vendors/tempy.js +++ b/vendors/tempy.js @@ -3042,9 +3042,9 @@ var require_micromatch = __commonJS({ options.onResult(state); items.push(state.output); }; - let matches = micromatch(list, patterns, __spreadProps(__spreadValues({}, options), { onResult })); + let matches = new Set(micromatch(list, patterns, __spreadProps(__spreadValues({}, options), { onResult }))); for (let item of items) { - if (!matches.includes(item)) { + if (!matches.has(item)) { result.add(item); } } diff --git a/yarn.lock b/yarn.lock index 1112a49895d2..e316f1695f00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2093,7 +2093,7 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^3.0.1: +braces@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== @@ -4835,13 +4835,13 @@ meriyah@4.2.0: resolved "https://registry.yarnpkg.com/meriyah/-/meriyah-4.2.0.tgz#29d28c37ac7b67f8b9aaa92df0b8ac12469fe98b" integrity sha512-fCVh5GB9YT53Bq14l00HLYE3i9DywrY0JVZxbk0clXWDuMsUKKwluvC5sY0bMBqHbnIbpIjfSSIsnrzbauA8Yw== -micromatch@4.0.4, micromatch@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" - integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== +micromatch@4.0.5, micromatch@^4.0.4: + version "4.0.5" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: - braces "^3.0.1" - picomatch "^2.2.3" + braces "^3.0.2" + picomatch "^2.3.1" mime-db@1.51.0: version "1.51.0" @@ -5311,7 +5311,7 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.3: +picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==