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 @@ -12,7 +12,7 @@
"@aws-sdk/client-s3": "^3.654.0",
"vitest": "^2.1.4",
"yaml": "^2.6.0",
"zuplo": "^6.61.23"
"zuplo": "6.61.23"

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

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

Changing zuplo from a caret range to an exact version makes package.json disagree with package-lock.json (which still records "zuplo": "^6.61.23"). This will cause npm ci in CI to fail with a lockfile/package.json mismatch. Please update package-lock.json (e.g., regenerate with npm install) or keep the dependency spec consistent with the lockfile.

Suggested change
"zuplo": "6.61.23"
"zuplo": "^6.61.23"

Copilot uses AI. Check for mistakes.

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

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

PR title/description say the zuplo version was updated to 6.61.23, but the previous spec was already ^6.61.23; the only functional change here is pinning the version (removing the caret). Please adjust the PR metadata to reflect the intent (pin vs upgrade) or change the version if an upgrade is intended.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@zuplo/checkly": "^1.2.0",
Expand Down
Loading