Skip to content

Commit 3901509

Browse files
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](micromatch/micromatch@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] <support@github.com> * 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](micromatch/micromatch@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] <support@github.com> * Update vendors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com>
1 parent 4f984f0 commit 3901509

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lodash": "4.17.21",
6565
"mem": "9.0.2",
6666
"meriyah": "4.2.0",
67-
"micromatch": "4.0.4",
67+
"micromatch": "4.0.5",
6868
"minimist": "1.2.6",
6969
"n-readlines": "1.0.1",
7070
"outdent": "0.8.0",

scripts/vendors/vendor-meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@
803803
{
804804
"name": "micromatch",
805805
"maintainers": [],
806-
"version": "4.0.4",
806+
"version": "4.0.5",
807807
"description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
808808
"repository": "micromatch/micromatch",
809809
"homepage": "https://github.com/micromatch/micromatch",

vendors/tempy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,9 +3042,9 @@ var require_micromatch = __commonJS({
30423042
options.onResult(state);
30433043
items.push(state.output);
30443044
};
3045-
let matches = micromatch(list, patterns, __spreadProps(__spreadValues({}, options), { onResult }));
3045+
let matches = new Set(micromatch(list, patterns, __spreadProps(__spreadValues({}, options), { onResult })));
30463046
for (let item of items) {
3047-
if (!matches.includes(item)) {
3047+
if (!matches.has(item)) {
30483048
result.add(item);
30493049
}
30503050
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ brace-expansion@^1.1.7:
20932093
balanced-match "^1.0.0"
20942094
concat-map "0.0.1"
20952095

2096-
braces@^3.0.1:
2096+
braces@^3.0.2:
20972097
version "3.0.2"
20982098
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
20992099
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4835,13 +4835,13 @@ meriyah@4.2.0:
48354835
resolved "https://registry.yarnpkg.com/meriyah/-/meriyah-4.2.0.tgz#29d28c37ac7b67f8b9aaa92df0b8ac12469fe98b"
48364836
integrity sha512-fCVh5GB9YT53Bq14l00HLYE3i9DywrY0JVZxbk0clXWDuMsUKKwluvC5sY0bMBqHbnIbpIjfSSIsnrzbauA8Yw==
48374837

4838-
micromatch@4.0.4, micromatch@^4.0.4:
4839-
version "4.0.4"
4840-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
4841-
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
4838+
micromatch@4.0.5, micromatch@^4.0.4:
4839+
version "4.0.5"
4840+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
4841+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
48424842
dependencies:
4843-
braces "^3.0.1"
4844-
picomatch "^2.2.3"
4843+
braces "^3.0.2"
4844+
picomatch "^2.3.1"
48454845

48464846
mime-db@1.51.0:
48474847
version "1.51.0"
@@ -5311,7 +5311,7 @@ picocolors@^1.0.0:
53115311
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
53125312
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
53135313

5314-
picomatch@^2.0.4, picomatch@^2.2.3:
5314+
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
53155315
version "2.3.1"
53165316
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
53175317
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy