Skip to content

chore(deps): update dependency micromatch to v4.0.7 #3107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fs-extra": "11.2.0",
"js-yaml": "4.1.0",
"knip": "5.16.0",
"micromatch": "4.0.5",
"micromatch": "4.0.7",
"semver": "7.6.2",
"spinnies": "0.5.1",
"tsc-alias": "1.8.10",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5601,6 +5601,15 @@ __metadata:
languageName: node
linkType: hard

"braces@npm:^3.0.3":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
fill-range: "npm:^7.1.1"
checksum: fad11a0d4697a27162840b02b1fad249c1683cbc510cd5bf1a471f2f8085c046d41094308c577a50a03a579dd99d5a6b3724c4b5e8b14df2c4443844cfcda2c6
languageName: node
linkType: hard

"browserslist@npm:^4.22.2, browserslist@npm:^4.23.0, browserslist@npm:^4.6.6":
version: 4.23.0
resolution: "browserslist@npm:4.23.0"
Expand Down Expand Up @@ -7836,6 +7845,15 @@ __metadata:
languageName: node
linkType: hard

"fill-range@npm:^7.1.1":
version: 7.1.1
resolution: "fill-range@npm:7.1.1"
dependencies:
to-regex-range: "npm:^5.0.1"
checksum: a7095cb39e5bc32fada2aa7c7249d3f6b01bd1ce461a61b0adabacccabd9198500c6fb1f68a7c851a657e273fce2233ba869638897f3d7ed2e87a2d89b4436ea
languageName: node
linkType: hard

"filter-iterator@npm:0.0.1":
version: 0.0.1
resolution: "filter-iterator@npm:0.0.1"
Expand Down Expand Up @@ -10405,6 +10423,16 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:4.0.7":
version: 4.0.7
resolution: "micromatch@npm:4.0.7"
dependencies:
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: a11ed1cb67dcbbe9a5fc02c4062cf8bb0157d73bf86956003af8dcfdf9b287f9e15ec0f6d6925ff6b8b5b496202335e497b01de4d95ef6cf06411bc5e5c474a0
languageName: node
linkType: hard

"mime-db@npm:1.52.0":
version: 1.52.0
resolution: "mime-db@npm:1.52.0"
Expand Down Expand Up @@ -12397,7 +12425,7 @@ __metadata:
fs-extra: "npm:11.2.0"
js-yaml: "npm:4.1.0"
knip: "npm:5.16.0"
micromatch: "npm:4.0.5"
micromatch: "npm:4.0.7"
semver: "npm:7.6.2"
spinnies: "npm:0.5.1"
tsc-alias: "npm:1.8.10"
Expand Down
Loading