storkit: accept 395_refactor_fix_npm_deprecated_module_warnings

This commit is contained in:
dave
2026-03-25 19:27:55 +00:00
parent 8a1996e0e4
commit d3df1586c6
@@ -1,24 +0,0 @@
---
name: "Fix npm deprecated module warnings"
---
# Refactor 395: Fix npm deprecated module warnings
## Current State
- TBD
## Desired State
Address npm warnings about deprecated modules in the frontend dependencies. Update or replace deprecated packages to eliminate warnings during npm install.
## Acceptance Criteria
- [ ] npm install runs with zero deprecation warnings
- [ ] All existing frontend tests (npm test) still pass
- [ ] npm run build succeeds without errors
- [ ] No functional regressions in the frontend
## Out of Scope
- TBD