-
Notifications
You must be signed in to change notification settings - Fork 14
Update zuplo dependency version #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
||
| }, | ||
| "devDependencies": { | ||
| "@zuplo/checkly": "^1.2.0", | ||
|
|
||
There was a problem hiding this comment.
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 ciin 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.