Skip to content

chore(deps): bump smol-toml from 1.6.0 to 1.6.1 in /website#21

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/website/smol-toml-1.6.1
Open

chore(deps): bump smol-toml from 1.6.0 to 1.6.1 in /website#21
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/website/smol-toml-1.6.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

Bumps smol-toml from 1.6.0 to 1.6.1.

Release notes

Sourced from smol-toml's releases.

v1.6.1

This release addresses a minor security vulnerability where an attacker-controlled TOML document can exploit an unrestricted recustion and cause a stack overflow error with a document that contains thousands of sucessive commented lines. Security advisory: GHSA-v3rj-xjv7-4jmq

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [smol-toml](https://github.com/squirrelchat/smol-toml) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](squirrelchat/smol-toml@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: smol-toml
  dependency-version: 1.6.1
  dependency-type: indirect
...

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 Apr 17, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 17, 2026

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

Project Deployment Actions Updated (UTC)
aeo-js Ready Ready Preview, Comment Apr 17, 2026 8:26am

Request Review

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM — security patch bumping smol-toml from 1.6.0 to 1.6.1.

Extended reasoning...

Overview

This PR updates a single entry in website/package-lock.json, bumping smol-toml from 1.6.0 to 1.6.1. The change is a patch-level version bump generated by Dependabot and touches no application logic.

Security risks

The update is itself a security fix (GHSA-v3rj-xjv7-4jmq): it replaces unbounded recursion in skipVoid with an iterative approach to prevent stack overflow from attacker-controlled TOML input. Merging this PR reduces risk; not merging it leaves the vulnerability open. No new security concerns are introduced.

Level of scrutiny

Minimal scrutiny is warranted. This is a mechanical lock-file update to a patch release whose only change is a targeted bug/security fix. The diff is three lines (version string, resolved URL, and integrity hash), and there are no logic changes in this repository's own code.

Other factors

No bugs were found by the automated bug hunting system. There are no outstanding reviewer comments. The change is fully mechanical and low-risk.

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.

0 participants