Update dependency js-toml to v1.1.1 #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/js-toml-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.1.0→1.1.1Release Notes
sunnyadn/js-toml (js-toml)
v1.1.1Compare Source
Security
0x/0o/0binteger parser previously used a hand-writtenBigIntaccumulator loop that ran in O(n²) in the literal length, allowing a single ~500 kB literal to block the event loop for tens of seconds. Switched to the nativeBigInt(prefixedString)constructor (O(n)) and capped radix-prefixed literals at 1000 digits. Reported by @tonghuaroot.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.