storkit: create 395_refactor_fix_npm_deprecated_module_warnings

This commit is contained in:
dave
2026-03-25 15:17:02 +00:00
parent 962bfe37c6
commit 90e3612fd3
@@ -0,0 +1,24 @@
---
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