fix: bump brace-expansion override to 5.0.8 to clear high-severity audit (#1702)

A new advisory flags brace-expansion <=5.0.7 (GHSA-mh99-v99m-4gvg); the
existing override pin resolved to exactly that version in both lockfiles.
This commit is contained in:
Anso
2026-07-24 21:36:29 -04:00
committed by GitHub
parent 17a8dc8a94
commit d0a4f1ead9
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -2490,16 +2490,16 @@
"optional": true
},
"node_modules/brace-expansion": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"
},
"engines": {
"node": "18 || 20 || >=22"
"node": "20 || >=22"
}
},
"node_modules/braces": {
+1 -1
View File
@@ -30,7 +30,7 @@
"node": ">=26.0.0"
},
"overrides": {
"brace-expansion": "^5.0.7",
"brace-expansion": "^5.0.8",
"postcss": "^8.5.23"
},
"devDependencies": {
+4 -4
View File
@@ -4004,16 +4004,16 @@
}
},
"node_modules/brace-expansion": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"
},
"engines": {
"node": "18 || 20 || >=22"
"node": "20 || >=22"
}
},
"node_modules/brace-expansion/node_modules/balanced-match": {
+1 -1
View File
@@ -65,7 +65,7 @@
"overrides": {
"dompurify": "^3.4.11",
"@babel/core": "^7.29.6",
"brace-expansion": "^5.0.7"
"brace-expansion": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^10.0.1",