Skip to content

Commit 310bcf3

Browse files
fix(deps): update dependency micromatch to ^4.0.5 for gatsby-page-utils (#35285)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 43ba14e commit 310bcf3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"gatsby-core-utils": "^3.12.0-next.1",
3434
"glob": "^7.2.0",
3535
"lodash": "^4.17.21",
36-
"micromatch": "^4.0.4"
36+
"micromatch": "^4.0.5"
3737
},
3838
"devDependencies": {
3939
"@babel/cli": "^7.15.4",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6613,7 +6613,7 @@ braces@^2.3.1:
66136613
split-string "^3.0.2"
66146614
to-regex "^3.0.1"
66156615

6616-
braces@^3.0.1, braces@~3.0.2:
6616+
braces@^3.0.2, braces@~3.0.2:
66176617
version "3.0.2"
66186618
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
66196619
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -16486,13 +16486,13 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.5:
1648616486
snapdragon "^0.8.1"
1648716487
to-regex "^3.0.2"
1648816488

16489-
micromatch@^4.0.2, micromatch@^4.0.4:
16490-
version "4.0.4"
16491-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
16492-
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
16489+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
16490+
version "4.0.5"
16491+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
16492+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
1649316493
dependencies:
16494-
braces "^3.0.1"
16495-
picomatch "^2.2.3"
16494+
braces "^3.0.2"
16495+
picomatch "^2.3.1"
1649616496

1649716497
[email protected], "mime-db@>= 1.40.0 < 2":
1649816498
version "1.50.0"
@@ -18358,10 +18358,10 @@ picocolors@^1.0.0:
1835818358
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
1835918359
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
1836018360

18361-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
18362-
version "2.3.0"
18363-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
18364-
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
18361+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
18362+
version "2.3.1"
18363+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
18364+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1836518365

1836618366
pidtree@^0.3.0:
1836718367
version "0.3.0"

0 commit comments

Comments
 (0)