Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#5066

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/sim/npm_and_yarn-cd3381d5a9
Closed

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#5066
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/sim/npm_and_yarn-cd3381d5a9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 2 updates in the /apps/sim directory: js-yaml and nodemailer.

Updates js-yaml from 4.1.1 to 4.2.0

Changelog

Sourced from js-yaml's changelog.

[4.2.0] - 2026-06-01

Added

  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix, but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.

Changed

  • Stop resolving numbers with underscores as numeric scalars, #627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.

Fixed

  • Fix parsing of properties on the first implicit block mapping key, #62.
  • Fix trailing whitespace handling when folding flow scalar lines, #307.
  • Reject top-level block scalars without content indentation, #280.
  • Ensure numbers survive round-trip, #737.
  • Fix test coverage for issue #221.
  • Fix flow scalar trailing whitespace folding, #307.
  • Fix digits in YAML named tag handles.

Security

  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated elements (makes sense for malformed files > 10K).

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3
Commits

Updates nodemailer from 8.0.7 to 8.0.9

Release notes

Sourced from nodemailer's releases.

v8.0.9

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

v8.0.8

8.0.8 (2026-05-23)

Bug Fixes

  • enforce strict TLS for OAuth2 and Ethereal credential requests (#1818) (833d6e5)
  • four listener/stream leaks in SMTP transport, connection, pool (#1817) (850bb91)
Changelog

Sourced from nodemailer's changelog.

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

8.0.8 (2026-05-23)

Bug Fixes

  • enforce strict TLS for OAuth2 and Ethereal credential requests (#1818) (833d6e5)
  • four listener/stream leaks in SMTP transport, connection, pool (#1817) (850bb91)
Commits
  • 07303cb chore(master): release 8.0.9 (#1821)
  • 5f69497 fix: two pending security advisories (jsonTransport access bypass, List-* CRL...
  • 15138a8 chore(master): release 8.0.8 (#1819)
  • 850bb91 fix: four listener/stream leaks in SMTP transport, connection, pool (#1817)
  • 833d6e5 fix: enforce strict TLS for OAuth2 and Ethereal credential requests (#1818)
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jun 15, 2026 8:01pm

Request Review

@cursor

cursor Bot commented Jun 15, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Version-only dependency bumps with security and hardening fixes; no logic changes, though YAML parsing and outbound email behavior may shift slightly on edge cases.

Overview
Bumps js-yaml from 4.1.1 to 4.2.0 and nodemailer from 8.0.7 to 8.0.9 in apps/sim/package.json only—no application code changes.

js-yaml is used for YAML file parsing and chunking; 4.2.0 adds loader safety limits (maxDepth, maxMergeSeqLength) and fixes a merge-related DoS issue, plus stricter parsing behavior that could affect edge-case YAML inputs.

nodemailer backs SMTP workflow sends and core email providers (SMTP/SES); 8.0.8–8.0.9 include TLS hardening for OAuth2/Ethereal, SMTP pool leak fixes, and patches for jsonTransport access bypass and List-* CRLF injection.

Reviewed by Cursor Bugbot for commit 6b30c48. Bugbot is set up for automated code reviews on this repo. Configure here.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps two npm dependencies in apps/sim/package.json: js-yaml from 4.1.1 to 4.2.0 and nodemailer from 8.0.7 to 8.0.9, both of which carry security-relevant fixes.

  • js-yaml 4.2.0: Fixes a potential DoS via quadratic complexity in YAML merge handling, adds maxDepth (100) and maxMergeSeqLength (20) loader options as safety limits, and fixes several parsing edge cases.
  • nodemailer 8.0.9: Addresses two pending security advisories (jsonTransport access bypass and List-* CRLF injection), enforces strict TLS for OAuth2/Ethereal credential requests, and fixes four listener/stream leaks in the SMTP transport.

Confidence Score: 5/5

Safe 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

Filename Overview
apps/sim/package.json Bumps js-yaml 4.1.1→4.2.0 (DoS fix, parsing fixes) and nodemailer 8.0.7→8.0.9 (CRLF injection, jsonTransport access bypass, TLS enforcement, stream leak fixes)

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]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump the npm_and_yarn group..." | Re-trigger Greptile

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/apps/sim/npm_and_yarn-cd3381d5a9 branch June 15, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant