Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 11 additions & 26 deletions apps/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ethers": "^6.12.0",
"fastify": "^5.8.3",
"openai": "^6.17.0",
"pdf2json": "^3.1.4",
"pdf2json": "^3.2.2",
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this repo uses npm workspaces (and CI runs npm ci from the repo root), changing apps/api/package.json without also updating the root package-lock.json will leave the workspace lock metadata out of sync (root lock still pins apps/api to pdf2json: ^3.1.4). This will typically cause npm ci to fail or continue installing the old version. Regenerate the root lockfile from the repo root so it reflects the updated apps/api dependencies (or otherwise ensure there is a single source of truth for lockfiles).

Suggested change
"pdf2json": "^3.2.2",
"pdf2json": "^3.1.4",

Copilot uses AI. Check for mistakes.
"pdfkit": "^0.15.0",
Comment on lines 24 to 26
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description lists updates for fastify, @xmldom/xmldom (removal), and picomatch, but this diff also bumps pdf2json (and the API lockfile metadata for the local @deed-shield/core workspace). Please update the PR description/changelog to reflect the additional dependency changes so reviewers know what is actually being upgraded.

Copilot uses AI. Check for mistakes.
"prom-client": "^15.1.3",
"zod": "^3.23.8"
Expand Down
6 changes: 3 additions & 3 deletions vantademo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading