fix(deps): resolve remaining Dependabot vulnerabilities in demo app#473
fix(deps): resolve remaining Dependabot vulnerabilities in demo app#473
Conversation
Update demo/payflow-with-scenarist lockfile to fix 3 remaining alerts: - minimatch 3.1.2→3.1.4 (high) - minimatch 9.0.5→10.2.3 (high) - ajv 6.12.6→6.14.0 (medium) Add pnpm-workspace.yaml to make the demo a standalone workspace root (matching demo/payflow pattern), enabling proper lockfile regeneration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Review: fix(deps): resolve remaining Dependabot vulnerabilities in demo appVerdict: Approve This is a focused, well-scoped dependency security fix. Here's my assessment: What's happeningThe PR has two changes to
Root cause diagnosis is correctWithout a The
|
Summary
demo/payflow-with-scenaristpnpm-workspace.yamlto enable proper standalone lockfile managementVulnerabilities Fixed
Root Cause
The
demo/payflow-with-scenaristdirectory lacked apnpm-workspace.yaml, which meantpnpm updatewould find the parent workspace instead of treating it as standalone. This prevented proper lockfile regeneration. Added the workspace config (matching the existingdemo/payflowpattern) to fix this.Test plan
grepconfirms 0 matches)🤖 Generated with Claude Code