Skip to content

Commit 16a468f

Browse files
committed
fix: upgrade glob to 10.5.0 (CVE-2025-64756)
1 parent 7a36ee6 commit 16a468f

File tree

2 files changed

+31
-17
lines changed

2 files changed

+31
-17
lines changed

npm-distribution/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"dependencies": {
2020
"tar": "^7.1.0"
2121
},
22+
"resolutions": {
23+
"glob": "^10.5.0"
24+
},
2225
"devDependencies": {
2326
"@types/tar": "6.1.13"
2427
},

npm-distribution/yarn.lock

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,17 @@ foreground-child@^3.1.0:
122122
cross-spawn "^7.0.0"
123123
signal-exit "^4.0.1"
124124

125-
glob@^10.3.7:
126-
version "10.3.15"
127-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.15.tgz#e72bc61bc3038c90605f5dd48543dc67aaf3b50d"
128-
integrity sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==
125+
glob@^10.3.7, glob@^10.5.0:
126+
version "10.5.0"
127+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
128+
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
129129
dependencies:
130130
foreground-child "^3.1.0"
131-
jackspeak "^2.3.6"
132-
minimatch "^9.0.1"
133-
minipass "^7.0.4"
134-
path-scurry "^1.11.0"
131+
jackspeak "^3.1.2"
132+
minimatch "^9.0.4"
133+
minipass "^7.1.2"
134+
package-json-from-dist "^1.0.0"
135+
path-scurry "^1.11.1"
135136

136137
is-fullwidth-code-point@^3.0.0:
137138
version "3.0.0"
@@ -143,10 +144,10 @@ isexe@^2.0.0:
143144
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
144145
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
145146

146-
jackspeak@^2.3.6:
147-
version "2.3.6"
148-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
149-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
147+
jackspeak@^3.1.2:
148+
version "3.4.3"
149+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
150+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
150151
dependencies:
151152
"@isaacs/cliui" "^8.0.2"
152153
optionalDependencies:
@@ -157,10 +158,10 @@ lru-cache@^10.2.0:
157158
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
158159
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
159160

160-
minimatch@^9.0.1:
161-
version "9.0.4"
162-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
163-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
161+
minimatch@^9.0.4:
162+
version "9.0.5"
163+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
164+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
164165
dependencies:
165166
brace-expansion "^2.0.1"
166167

@@ -174,6 +175,11 @@ minipass@^4.0.0:
174175
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.1.tgz#f7f85aff59aa22f110b20e27692465cf3bf89481"
175176
integrity sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==
176177

178+
minipass@^7.1.2:
179+
version "7.1.2"
180+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
181+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
182+
177183
minizlib@^3.0.1:
178184
version "3.0.1"
179185
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-3.0.1.tgz#46d5329d1eb3c83924eff1d3b858ca0a31581012"
@@ -187,12 +193,17 @@ mkdirp@^3.0.1:
187193
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
188194
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
189195

196+
package-json-from-dist@^1.0.0:
197+
version "1.0.1"
198+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
199+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
200+
190201
path-key@^3.1.0:
191202
version "3.1.1"
192203
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
193204
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
194205

195-
path-scurry@^1.11.0:
206+
path-scurry@^1.11.1:
196207
version "1.11.1"
197208
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
198209
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==

0 commit comments

Comments
 (0)