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 packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"form-data": "4.0.4",
"mailgun.js": "12.0.1",
"nodemailer": "8.0.5",
"uuid": "9.0.0",
"uuid": "14.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update lockfile to match the uuid version bump

This dependency change updates packages/email/package.json to uuid@14.0.0, but package-lock.json still records packages/email with uuid: "9.0.0" (see the packages/email entry around package-lock.json:35421-35431). Because this repo relies on npm ci in build scripts, the lock/package manifest mismatch will cause clean installs to fail until the lockfile is regenerated and committed with this bump.

Useful? React with 👍 / 👎.

"ws": "8.18.3"
},
"devDependencies": {
Expand Down
Loading