chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#5066
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#5066dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the npm_and_yarn group with 2 updates in the /apps/sim directory: [js-yaml](https://github.com/nodeca/js-yaml) and [nodemailer](https://github.com/nodemailer/nodemailer). Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `nodemailer` from 8.0.7 to 8.0.9 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v8.0.7...v8.0.9) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview
Reviewed by Cursor Bugbot for commit 6b30c48. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR bumps two npm dependencies in
Confidence Score: 5/5Safe to merge — two dependency version bumps that close known security vulnerabilities with no breaking API changes. Both updates are patch/minor bumps from reputable libraries fixing documented security issues. The changes are isolated to version strings in package.json, and neither library has breaking API changes in these ranges. The nodemailer update closes active security advisories (CRLF injection, access bypass), making merging this promptly preferable to deferring. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[apps/sim/package.json] --> B[js-yaml 4.1.1 → 4.2.0]
A --> C[nodemailer 8.0.7 → 8.0.9]
B --> D[DoS fix: quadratic merge complexity]
B --> E[New: maxDepth & maxMergeSeqLength limits]
B --> F[Parsing bug fixes]
C --> G[Security: CRLF injection in List-* headers]
C --> H[Security: jsonTransport access bypass]
C --> I[Security: strict TLS for OAuth2/Ethereal]
C --> J[Bug: SMTP listener/stream leaks]
Reviews (1): Last reviewed commit: "chore(deps): bump the npm_and_yarn group..." | Re-trigger Greptile |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the npm_and_yarn group with 2 updates in the /apps/sim directory: js-yaml and nodemailer.
Updates
js-yamlfrom 4.1.1 to 4.2.0Changelog
Sourced from js-yaml's changelog.
Commits
Updates
nodemailerfrom 8.0.7 to 8.0.9Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
07303cbchore(master): release 8.0.9 (#1821)5f69497fix: two pending security advisories (jsonTransport access bypass, List-* CRL...15138a8chore(master): release 8.0.8 (#1819)850bb91fix: four listener/stream leaks in SMTP transport, connection, pool (#1817)833d6e5fix: enforce strict TLS for OAuth2 and Ethereal credential requests (#1818)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.