Skip to content

feat(deps): Bump toml from 4.1.1 to 4.3.0 - #24036

Merged
msonnb merged 1 commit into
developfrom
dependabot/npm_and_yarn/toml-4.3.0
Sep 4, 2026
Merged

feat(deps): Bump toml from 4.1.1 to 4.3.0#24036
msonnb merged 1 commit into
developfrom
dependabot/npm_and_yarn/toml-4.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps toml from 4.1.1 to 4.3.0.

Changelog

Sourced from toml's changelog.

4.3.0 - July 13 2026

  • Add opt-in Temporal support via toml.parse(input, { useTemporal: true }), mapping offset date-times to Temporal.ZonedDateTime and local date-times/dates/times to Temporal.PlainDateTime/PlainDate/PlainTime. An implementation can be supplied via the temporal option on runtimes without a Temporal global. (#69)

4.2.0 - July 13 2026

  • Address security advisory GHSA-82x6-q7mm-w9cf (CVE pending), in which deeply nested arrays or inline tables could overflow the call stack and crash the process with an uncatchable RangeError. Nesting is now bounded (default 500 levels), and input past the limit throws a normal parse error. The limit is configurable via toml.parse(input, { maxDepth }).

4.1.2 - June 30 2026

  • Address CVE-2026-63376, in which a specially crafted TOML string could pollute Object.prototype process-wide.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 4, 2026
@msonnb

msonnb commented Sep 4, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/toml-4.3.0 branch from 2842728 to a0ab782 Compare September 4, 2026 07:41
@msonnb

msonnb commented Sep 4, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [toml](https://github.com/BinaryMuse/toml-node) from 4.1.1 to 4.3.0.
- [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md)
- [Commits](BinaryMuse/toml-node@v4.1.1...v4.3.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 4.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/toml-4.3.0 branch from a0ab782 to a44eb4c Compare September 4, 2026 12:01
@msonnb
msonnb enabled auto-merge (squash) September 4, 2026 12:03
@msonnb
msonnb merged commit ac1343f into develop Sep 4, 2026
272 checks passed
@msonnb
msonnb deleted the dependabot/npm_and_yarn/toml-4.3.0 branch September 4, 2026 12:16
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