Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 162 162
Lines 6969 6969
Branches 1094 1171 +77
=======================================
Hits 6962 6962
Misses 7 7
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Summary
Routine dependency bump — all changes look correct.
What changed:
@types/node: 25.3.0 → 25.3.3globals: 17.3.0 → 17.4.0lint-staged: 16.2.7 → 16.3.2pnpm: 10.30.2 → 10.30.3 (hash updated correctly)- AWS SDK packages bumped to latest patch versions
pnpm-lock.yamlproperly regenerated with consistent peer dependency resolutions across all workspaces
Security: New serialize-javascript@<=7.0.2: '>=7.0.3' override added to pnpm-lock.yaml — good catch, this patches a known XSS/injection vulnerability in the serialization library used by webpack and friends.
No logic changes, no version conflicts, no unexpected major bumps. LGTM.
There was a problem hiding this comment.
Summary
Routine dependency update — everything looks in order.
Changes:
@types/node25.3.0 → 25.3.3 (patch)globals17.3.0 → 17.4.0 (minor)lint-staged16.2.7 → 16.3.2 (minor)pnpm10.30.2 → 10.30.3 (patch)- Various AWS SDK bumps in the lockfile
Notable: Addition of serialize-javascript@<=7.0.2: '>=7.0.3' override in pnpm-lock.yaml — this patches a known XSS/code injection vulnerability in serialize-javascript. Good catch proactively adding this override.
pnpm-lock.yaml is correctly updated and consistent with package.json changes. No unexpected version jumps, no logic changes. ✅
No description provided.