Skip to content

Commit d8986b3

Browse files
fix(deps): update dependency glob to v10.2.6 (#1424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c78f087 commit d8986b3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.10.0",
3636
"gatsby-transformer-remark": "6.10.0",
37-
"glob": "10.2.4",
37+
"glob": "10.2.6",
3838
"graphql": "16.6.0",
3939
"marked": "4.3.0",
4040
"numbro": "2.3.6",

yarn.lock

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

7157-
glob@10.2.4:
7158-
version "10.2.4"
7159-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.4.tgz#f5bf7ddb080e3e9039b148a9e2aef3d5ebfc0a25"
7160-
integrity sha512-fDboBse/sl1oXSLhIp0FcCJgzW9KmhC/q8ULTKC82zc+DL3TL7FNb8qlt5qqXN53MsKEUSIcb+7DLmEygOE5Yw==
7157+
glob@10.2.6:
7158+
version "10.2.6"
7159+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
7160+
integrity sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==
71617161
dependencies:
71627162
foreground-child "^3.1.0"
71637163
jackspeak "^2.0.3"
7164-
minimatch "^9.0.0"
7165-
minipass "^5.0.0 || ^6.0.0"
7164+
minimatch "^9.0.1"
7165+
minipass "^5.0.0 || ^6.0.2"
71667166
path-scurry "^1.7.0"
71677167

71687168
glob@7.1.6:
@@ -9155,10 +9155,10 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
91559155
dependencies:
91569156
brace-expansion "^1.1.7"
91579157

9158-
minimatch@^9.0.0:
9159-
version "9.0.0"
9160-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
9161-
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
9158+
minimatch@^9.0.1:
9159+
version "9.0.1"
9160+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
9161+
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
91629162
dependencies:
91639163
brace-expansion "^2.0.1"
91649164

@@ -9172,10 +9172,10 @@ minipass@^5.0.0:
91729172
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
91739173
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
91749174

9175-
"minipass@^5.0.0 || ^6.0.0":
9176-
version "6.0.1"
9177-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.1.tgz#315417c259cb32a1b2fc530c0e7f55c901a60a6d"
9178-
integrity sha512-Tenl5QPpgozlOGBiveNYHg2f6y+VpxsXRoIHFUVJuSmTonXRAE6q9b8Mp/O46762/2AlW4ye4Nkyvx0fgWDKbw==
9175+
"minipass@^5.0.0 || ^6.0.2":
9176+
version "6.0.2"
9177+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
9178+
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
91799179

91809180
mitt@^1.2.0:
91819181
version "1.2.0"

0 commit comments

Comments
 (0)