Skip to content

chore(deps): bump js-yaml and swagger-ui-react#5814

Merged
robert-hebel-sb merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-d75f95ca99
Jun 23, 2026
Merged

chore(deps): bump js-yaml and swagger-ui-react#5814
robert-hebel-sb merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-d75f95ca99

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps js-yaml to 4.2.0 and updates ancestor dependency swagger-ui-react. These dependencies need to be updated together.

Updates js-yaml from 4.1.1 to 4.2.0

Changelog

Sourced from js-yaml's changelog.

[4.2.0] - 2026-06-01

Added

  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix, but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.

Changed

  • Stop resolving numbers with underscores as numeric scalars, #627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.

Fixed

  • Fix parsing of properties on the first implicit block mapping key, #62.
  • Fix trailing whitespace handling when folding flow scalar lines, #307.
  • Reject top-level block scalars without content indentation, #280.
  • Ensure numbers survive round-trip, #737.
  • Fix test coverage for issue #221.
  • Fix flow scalar trailing whitespace folding, #307.
  • Fix digits in YAML named tag handles.

Security

  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated elements (makes sense for malformed files > 10K).

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3
Commits

Updates swagger-ui-react from 5.32.6 to 5.32.8

Release notes

Sourced from swagger-ui-react's releases.

v5.32.8

5.32.8 (2026-06-23)

Bug Fixes

  • avoid filling parameter input with invalid array initial values (#10928) (014c512)

v5.32.7

5.32.7 (2026-06-22)

Bug Fixes

Commits
  • 4e0d3f8 chore(release): cut the 5.32.8 release
  • b1990bf chore(deps): bump nginx from 1.31.0-alpine to 1.31.2-alpine (#10936)
  • 014c512 fix: avoid filling parameter input with invalid array initial values (#10928)
  • bf6a8f0 chore(release): cut the 5.32.7 release
  • dd0d338 fix(deps): bump http-proxy-middleware to 2.0.10 and ws to 8.21.0 (#10935)
  • 6287405 chore(deps): bump actions/checkout from 6 to 7 (#10933)
  • 52ef1c9 fix(deps): bump dompurify from 3.4.9 to 3.4.11 (#10931)
  • 4d21bfb chore(deps-dev): bump webpack-dev-server from 5.2.4 to 5.2.5 (#10930)
  • fb2c061 chore(deps-dev): bump @​babel/core from 7.26.10 to 7.29.6 (#10925)
  • f8bcbbf fix(deps): bump form-data from 4.0.5 to 4.0.6 (#10924)
  • Additional commits viewable in compare view

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 [js-yaml](https://github.com/nodeca/js-yaml) to 4.2.0 and updates ancestor dependency [swagger-ui-react](https://github.com/swagger-api/swagger-ui). These dependencies need to be updated together.


Updates `js-yaml` from 4.1.1 to 4.2.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.1...4.2.0)

Updates `swagger-ui-react` from 5.32.6 to 5.32.8
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.32.6...v5.32.8)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
- dependency-name: swagger-ui-react
  dependency-version: 5.32.8
  dependency-type: direct:production
...

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 Jun 23, 2026
@robert-hebel-sb robert-hebel-sb merged commit 87f01d2 into main Jun 23, 2026
5 checks passed
@robert-hebel-sb robert-hebel-sb deleted the dependabot/npm_and_yarn/multi-d75f95ca99 branch June 23, 2026 08:32
swagger-bot pushed a commit that referenced this pull request Jun 23, 2026
# [5.7.0](v5.6.2...v5.7.0) (2026-06-23)

### Bug Fixes

* **deps:** bump js-yaml and swagger-ui-react ([#5814](#5814)) ([87f01d2](87f01d2))
* **deps:** override monaco-vscode-api dompurify dependency to 3.4.11 ([#5815](#5815)) ([779665d](779665d))

### Features

* update @codingame/monaco-vscode-api to version 34.0.1 ([#5805](#5805)) ([c12fed8](c12fed8))
swagger-bot pushed a commit that referenced this pull request Jun 23, 2026
# [5.7.0](v5.6.2...v5.7.0) (2026-06-23)

### Bug Fixes

* **deps:** bump js-yaml and swagger-ui-react ([#5814](#5814)) ([87f01d2](87f01d2))
* **deps:** override monaco-vscode-api dompurify dependency to 3.4.11 ([#5815](#5815)) ([779665d](779665d))

### Features

* update @codingame/monaco-vscode-api to version 34.0.1 ([#5805](#5805)) ([c12fed8](c12fed8))
@swagger-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 5.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants