security(fix): Bumped brace-expansion to ^5.0.7

This commit is contained in:
maziggy 2026-07-22 16:16:41 +02:00
parent bf0d0ea6d4
commit c31c8dc4d0
2 changed files with 5 additions and 5 deletions

View file

@ -3173,11 +3173,10 @@
}
},
"node_modules/brace-expansion": {
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"
},

View file

@ -47,7 +47,8 @@
"three": "^0.181.2"
},
"overrides": {
"minimatch": "^10.2.1"
"minimatch": "^10.2.1",
"brace-expansion": "^5.0.7"
},
"devDependencies": {
"@eslint/js": "^9.39.1",