fix(deps): bump smol-toml override to ^1.7.1 (GHSA-7w5x-hrqm-74c2) - #1868
fix(deps): bump smol-toml override to ^1.7.1 (GHSA-7w5x-hrqm-74c2)#1868devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: mish@e2b.dev <mish@e2b.dev>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
There was a problem hiding this comment.
TASTE.md review: PR only widens the smol-toml pnpm override in pnpm-workspace.yaml and updates pnpm-lock.yaml (transitive dev dep via knip). No SDK surface (API shape, types, errors, config, parity — T-1…T-64) is touched, so nothing applies. 0 violations.
Package ArtifactsBuilt from 8f552ff. Download artifacts from this workflow run. JS SDK ( npm install ./e2b-2.49.1-devin-1789058570-smol-toml-dependabot-382.0.tgzCLI ( npm install ./e2b-cli-2.19.1-devin-1789058570-smol-toml-dependabot-382.0.tgzCode Interpreter JS SDK ( npm install ./e2b-code-interpreter-2.8.1-devin-1789058570-smol-toml-dependabot-382.0.tgzDesktop JS SDK ( npm install ./e2b-desktop-2.4.1-devin-1789058570-smol-toml-dependabot-382.0.tgzPython SDK ( pip install ./e2b-2.49.0+devin.1789058570.smol.toml.dependabot.382-py3-none-any.whlCode Interpreter Python SDK ( pip install ./e2b_code_interpreter-2.10.0+devin.1789058570.smol.toml.dependabot.382-py3-none-any.whlDesktop Python SDK ( pip install ./e2b_desktop-2.5.0+devin.1789058570.smol.toml.dependabot.382-py3-none-any.whl |
|
dupe |
Summary
Fixes Dependabot alert #382 —
smol-toml <= 1.7.0DoS via malformed TOML (GHSA-7w5x-hrqm-74c2 / CVE-2026-85730).smol-tomlis only a transitive dev dependency (viaknip), so this just widens the existing pnpm override inpnpm-workspace.yaml:The lockfile now resolves
smol-toml@1.8.0.pnpm install --frozen-lockfileandpnpm run check-deps(knip) inpackages/js-sdkstill run fine. No changeset since no published package sources changed.Link to Devin session: https://app.devin.ai/sessions/8dc32030056b4aa0b20608f23f3b04d7
Open in Devin Desktop: https://app.devin.ai/desktop/session/8dc32030056b4aa0b20608f23f3b04d7?variant=devin
Requested by: @mishushakov