Skip to content

Commit 6a08512

Browse files
Claude (Webhook)claude
andcommitted
fix(deps): Update overrides for brace-expansion, postcss, and tar to resolve security vulnerabilities
Bump npm overrides to fix Security workflow failure (run #182): - brace-expansion >=5.0.8: DoS via exponential-time expansion (GHSA-3jxr-9vmj-r5cp) and OOM crash from unbounded expansion (GHSA-mh99-v99m-4gvg) - postcss >=8.5.18: path traversal via sourceMappingURL auto-loading (GHSA-r28c-9q8g-f849) - tar >=7.5.21: multiple critical issues including PAX numeric path confusion (GHSA-w8wr-v893-vjvp), decompression DoS (GHSA-23hp-3jrh-7fpw), negative size infinite loop (GHSA-8x88-c5mf-7j5w), NUL byte exception DoS (GHSA-gvwx-54wh-qm9j), and stack-overflow DoS (GHSA-r292-9mhp-454m) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45137eb commit 6a08512

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"vitest": "^4.1.4"
8585
},
8686
"overrides": {
87-
"postcss": ">=8.5.10",
88-
"brace-expansion": ">=5.0.6",
87+
"postcss": ">=8.5.18",
88+
"brace-expansion": ">=5.0.8",
8989
"esbuild": ">=0.28.1",
90-
"tar": ">=7.5.16",
90+
"tar": ">=7.5.21",
9191
"vite": ">=8.0.16"
9292
}
9393
}

0 commit comments

Comments
 (0)