Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@types/node": "^22.15.30",
"@types/pg": "^8.8.0"
"@types/pg": "^8.11.3"
},
Comment on lines 63 to 66

Copilot AI Apr 7, 2026

Copy link

Choose a reason for hiding this comment

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

package-lock.json is now out of sync with package.json: the lockfile still declares "@types/pg": "^8.8.0" (package-lock.json:14). This will typically cause npm ci to fail due to a dependency mismatch. Regenerate/update the lockfile so it reflects ^8.11.3 (and the resolved version) and commit the updated lockfile as part of this PR.

Copilot uses AI. Check for mistakes.
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
Expand Down
Loading