Skip to content

Commit 12c3fbd

Browse files
authored
fix(deps): patch brace-expansion + postcss high-severity advisories (#609)
Adds `overrides` for two transitive dev-tooling advisories failing the Node.js Audit on main: **brace-expansion** DoS ([GHSA-mh99-v99m-4gvg](GHSA-mh99-v99m-4gvg)) → `^5.0.9`, **postcss** path traversal ([GHSA-r28c-9q8g-f849](GHSA-r28c-9q8g-f849)) → `^8.5.25`. Verified: `bun install` + build + test (75/75) pass.
2 parents da8b513 + 3a9213d commit 12c3fbd

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

bun.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
},
4848
"resolutions": {
4949
"minimatch": ">=9.0.7"
50+
},
51+
"overrides": {
52+
"brace-expansion": "^5.0.9",
53+
"postcss": "^8.5.25"
5054
}
5155
}

0 commit comments

Comments
 (0)