Skip to content

Commit 549792e

Browse files
committed
chore(deps): update micromatch to 4.0.5
1 parent 2e459dd commit 549792e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"http-proxy": "^1.18.1",
9191
"is-glob": "^4.0.1",
9292
"is-plain-obj": "^3.0.0",
93-
"micromatch": "^4.0.2"
93+
"micromatch": "^4.0.5"
9494
},
9595
"peerDependencies": {
9696
"@types/express": "^4.17.13"

yarn.lock

+14-1
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ brace-expansion@^1.1.7:
17371737
balanced-match "^1.0.0"
17381738
concat-map "0.0.1"
17391739

1740-
braces@^3.0.1, braces@~3.0.2:
1740+
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
17411741
version "3.0.2"
17421742
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
17431743
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4416,6 +4416,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
44164416
braces "^3.0.1"
44174417
picomatch "^2.2.3"
44184418

4419+
micromatch@^4.0.5:
4420+
version "4.0.5"
4421+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
4422+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
4423+
dependencies:
4424+
braces "^3.0.2"
4425+
picomatch "^2.3.1"
4426+
44194427
44204428
version "1.51.0"
44214429
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
@@ -4866,6 +4874,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
48664874
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
48674875
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
48684876

4877+
picomatch@^2.3.1:
4878+
version "2.3.1"
4879+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
4880+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
4881+
48694882
pidtree@^0.5.0:
48704883
version "0.5.0"
48714884
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"

0 commit comments

Comments
 (0)