Skip to content

chore: vulnerabilities 2026-03-27#7923

Merged
n1ru4l merged 2 commits intomainfrom
chore-vulnerabilities-2026-03-27
Mar 27, 2026
Merged

chore: vulnerabilities 2026-03-27#7923
n1ru4l merged 2 commits intomainfrom
chore-vulnerabilities-2026-03-27

Conversation

@n1ru4l
Copy link
Contributor

@n1ru4l n1ru4l commented Mar 27, 2026

No description provided.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates @apollo/server to version 5.5.0 and nodemailer to version 8.0.4. The major version upgrade for nodemailer may cause type inconsistencies or build failures if the corresponding @types/nodemailer package is not updated or removed in favor of built-in types.

"ioredis": "5.8.2",
"mjml": "4.14.0",
"nodemailer": "7.0.11",
"nodemailer": "8.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

Upgrading nodemailer to a new major version (v8.0.4) is a significant change that likely includes breaking changes. The corresponding type definitions in @types/nodemailer are still for an older version (7.0.4), which can lead to type inconsistencies, build failures, or runtime errors.

If nodemailer@8.0.4 includes its own TypeScript definitions (which is common for major rewrites), the @types/nodemailer package should be removed to avoid conflicts. If it doesn't, @types/nodemailer needs to be updated to a version compatible with nodemailer@8.0.4.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not yet released but types stay the same

@github-actions
Copy link
Contributor

github-actions bot commented Mar 27, 2026

🐋 This PR was built and pushed to the following Docker images:

Targets: build

Platforms: linux/amd64

Image Tag: 7df79685abb46dd8a970ff6e73cb3ad75088f9ae

@n1ru4l n1ru4l marked this pull request as ready for review March 27, 2026 09:02
@n1ru4l n1ru4l merged commit e83bc29 into main Mar 27, 2026
25 checks passed
@n1ru4l n1ru4l deleted the chore-vulnerabilities-2026-03-27 branch March 27, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant