chore(deps): bump js-yaml from 3.14.2 to 3.15.0 in /redisinsight/ui/src/packages#6138
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Contributor
Code Coverage - Backend unit tests
Test suite run success3647 tests passing in 319 suites. Report generated by 🧪jest coverage report action from 00a6cf4 |
Contributor
Code Coverage - Integration Tests
|
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 3.15.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.2...3.15.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/redisinsight/ui/src/packages/js-yaml-3.15.0
branch
from
July 2, 2026 13:57
2199d99 to
00a6cf4
Compare
|
|
Contributor
Code Coverage - Frontend unit tests
Test suite run success7525 tests passing in 844 suites. Report generated by 🧪jest coverage report action from 00a6cf4 |
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.
Bumps js-yaml from 3.14.2 to 3.15.0.
Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
c34b6c43.15.0 released21e13d3dist rebuild4165c62Add v3-legacy tag for publishd8ff750Add package lock24f13e7AddedmaxTotalMergeKeys(10000) loader option (v5 backport)Note
Low Risk
Lockfile-only dependency patch with a security hardening default; low risk unless custom YAML parsing relied on unbounded merge behavior.
Overview
Updates the lockfile in
redisinsight/ui/src/packagesso resolvedjs-yamlmoves from 3.14.2 to 3.15.0 (still under the existing^3.13.1range, pulled in transitively e.g. via@istanbuljs/load-nyc-config).3.15.0 backports the
maxTotalMergeKeysloader option from v5, which caps how many keys YAML merge (<<) can process in a singleload()/loadAll()and mitigates merge-related abuse/DoS when parsing untrusted YAML. No application source changes—onlyyarn.lock.Reviewed by Cursor Bugbot for commit 00a6cf4. Bugbot is set up for automated code reviews on this repo. Configure here.