mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-03-20 01:37:46 +01:00
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:
parent
3679cdaafe
commit
594493d13c
1837
package-lock.json
generated
1837
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,6 +14,11 @@
|
|||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"overrides": {
|
||||||
|
"@isaacs/brace-expansion": "^5.0.1",
|
||||||
|
"minimatch": "^10.0.3",
|
||||||
|
"ajv": "^8.17.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:chrome": "cross-env TARGET_BROWSER=chrome vite build --config vite.config.ts --mode development --watch",
|
"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",
|
"dev:firefox": "cross-env TARGET_BROWSER=firefox vite build --config vite.config.ts --mode development --watch",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user