Commit 3daca64
committed
CCM-15826: Fix dependency audit critical warning
Removed the unnecessary workspace-local ts-jest dependency from frontend/ so the package now uses the shared root test tooling, in line with the repo’s AGENTS.md guidance to centralise dev tooling unless a local override is strictly needed.
This eliminated the only dependency path that introduced vulnerable handlebars@4.7.8, resolving the critical npm audit finding without changing frontend runtime behaviour.
Validated with npm audit, npm ls handlebars ts-jest --all, frontend build, lint, typecheck, and test:unit.
Ran root pre-commit checks; the full run was blocked by unrelated unstaged workspace changes, but the changed files passed targeted pre-commit validation.
AI assistance was used to prepare this change.1 parent 717e209 commit 3daca64
4 files changed
Lines changed: 34 additions & 140 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments