chore(deps): update dependency js-toml to v1.1.2#4256
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for paragon-openedx-v23 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-23.x #4256 +/- ##
=============================================
Coverage 94.40% 94.40%
=============================================
Files 242 242
Lines 4309 4309
Branches 981 981
=============================================
Hits 4068 4068
Misses 237 237
Partials 4 4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
a696f37 to
6851659
Compare
6b34472 to
8cbca90
Compare
e4c2473 to
895685a
Compare
895685a to
e72eb4c
Compare
e72eb4c to
dab3b71
Compare
dab3b71 to
5b4a5ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.3→1.1.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sunnyadn/js-toml (js-toml)
v1.1.2Compare Source
Security
false,0,0.0,-0.0,nan,"") (GHSA-m34p-749j-x6m6, CWE-697). The interpreter used a truthy existence check (if (object[key])) instead ofkey in object, so a later table, dotted-key sub-table, or array-of-tables sharing the same name silently overwrote the falsy value instead of raising a duplicate-key error. Reported by @CosmicCrusader23.Fixed
[[a.b]]) that descend into a statically-defined array.getOrCreateArraylacked the immutability guard thatcreateTablehad, so such input either threw an uncaughtTypeErroror silently mutated the static array instead of raisingSyntaxParseError.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.v1.1.0Compare Source
Added
dump()function with support for all TOML v1.0.0 value typesDumpOptionsfor controlling newline style, undefined handling, and key quotingChanged
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.