fix: resolve npm audit vulnerabilities

- Add overrides for @isaacs/brace-expansion, minimatch, and ajv
- Resolves high severity ReDoS vulnerabilities
- Build verified working
This commit is contained in:
theluckystrike 2026-03-04 14:46:11 +07:00
parent 3679cdaafe
commit 594493d13c
2 changed files with 855 additions and 987 deletions

1837
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,11 @@
"node": ">=20"
},
"type": "module",
"overrides": {
"@isaacs/brace-expansion": "^5.0.1",
"minimatch": "^10.0.3",
"ajv": "^8.17.0"
},
"scripts": {
"dev:chrome": "cross-env TARGET_BROWSER=chrome vite build --config vite.config.ts --mode development --watch",
"dev:firefox": "cross-env TARGET_BROWSER=firefox vite build --config vite.config.ts --mode development --watch",