Skip to content

Commit bb1e1c6

Browse files
fix(deps): update dependency glob to v10.1.0 (graphql#1405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac1a678 commit bb1e1c6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"gatsby-plugin-webfonts": "2.3.2",
3535
"gatsby-source-filesystem": "5.8.0",
3636
"gatsby-transformer-remark": "6.8.0",
37-
"glob": "10.0.0",
37+
"glob": "10.1.0",
3838
"graphql": "16.6.0",
3939
"marked": "4.3.0",
4040
"numbro": "2.3.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7135,15 +7135,15 @@ glob-to-regexp@^0.4.1:
71357135
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
71367136
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
71377137

7138-
glob@10.0.0:
7139-
version "10.0.0"
7140-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
7141-
integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
7138+
glob@10.1.0:
7139+
version "10.1.0"
7140+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.1.0.tgz#baa48c6a157cfa34ca7887f2a29c6156bc6b65f8"
7141+
integrity sha512-daGobsYuT0G4hng24B5LbeLNvwKZYRhWyDl3RvqqAGZjJnCopWWK6PWnAGBY1M/vdA63QE+jddhZcYp+74Bq6Q==
71427142
dependencies:
71437143
fs.realpath "^1.0.0"
71447144
minimatch "^9.0.0"
71457145
minipass "^5.0.0"
7146-
path-scurry "^1.6.4"
7146+
path-scurry "^1.7.0"
71477147

71487148
71497149
version "7.1.6"
@@ -9874,10 +9874,10 @@ path-root@^0.1.1:
98749874
dependencies:
98759875
path-root-regex "^0.1.0"
98769876

9877-
path-scurry@^1.6.4:
9878-
version "1.6.4"
9879-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
9880-
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
9877+
path-scurry@^1.7.0:
9878+
version "1.7.0"
9879+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db"
9880+
integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==
98819881
dependencies:
98829882
lru-cache "^9.0.0"
98839883
minipass "^5.0.0"

0 commit comments

Comments
 (0)