Skip to content

Commit 23a2e6c

Browse files
authored
fix: upgrade glob version to fix vulnerability (#5467)
1 parent d82b3b0 commit 23a2e6c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"vitest": "^3.2.4"
112112
},
113113
"resolutions": {
114+
"vitest/**/glob": "10.5.0",
114115
"lodash": "4.17.21",
115116
"eslint/**/minimatch": "3.1.2",
116117
"eslint-*/minimatch": "3.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5043,10 +5043,10 @@ glob-parent@^6.0.2:
50435043
dependencies:
50445044
is-glob "^4.0.3"
50455045

5046-
glob@^10.4.1:
5047-
version "10.4.5"
5048-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
5049-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
5046+
glob@10.5.0, glob@^10.4.1:
5047+
version "10.5.0"
5048+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
5049+
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
50505050
dependencies:
50515051
foreground-child "^3.1.0"
50525052
jackspeak "^3.1.2"

0 commit comments

Comments
 (0)