Commit e155196
committed
fix: Only audit production npm deps for security vulnerabilities
Dev dependencies (webpack, babel) have known critical CVEs that don't
affect production. Using --omit=dev focuses the audit on dependencies
that actually ship to users.1 parent db951c7 commit e155196
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments