Commit 86485ab
fix: upgrade npm dependencies to address security vulnerabilities
- grunt 1.1.0 -> 1.6.1 (fixes critical: arbitrary code execution, path traversal)
- grunt-cli 1.2.0 -> 1.5.0 (fixes moderate CVE)
- grunt-contrib-clean 2.0.0 -> 2.0.1
- js-yaml 3.13.1 -> 4.1.1 (fixes prototype pollution, safeLoad -> load)
- Pin all versions for stability (remove ^ ranges)
- Add overrides for transitive deps: minimatch, brace-expansion, ansi-regex
- Reduces vulnerabilities from 22 to 4 (remaining are unfixable lodash in grunt)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 19afaeb commit 86485ab
3 files changed
Lines changed: 1155 additions & 1850 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments