Skip to content

Bump js-yaml from 5.3.0 to 5.4.1 in the minor-and-patch group - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-149b938077
Open

Bump js-yaml from 5.3.0 to 5.4.1 in the minor-and-patch group#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-149b938077

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 1 update: js-yaml.

Updates js-yaml from 5.3.0 to 5.4.1

Changelog

Sourced from js-yaml's changelog.

[5.4.1] - 2026-08-26

Changed

  • Hard-limit merge sequence size to 100.

Security

  • Count empty mappings in merge sequences toward maxTotalMergeKeys to limit CPU usage, #797.

[5.4.0] - 2026-08-25

Added

  • Added the scalarStyleRules dumper option to customize string formatting. See Scalar styling for details.

Changed

  • [breaking] Flattened the low-level AST node style representation. Scalar and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values; explicit tags use the separate tagged property. Alias nodes now contain only kind and anchor. This only affects code that directly constructs or edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid side effects.
  • Reworked scalar style selection. This can change formatting without changing loaded values; in particular, whitespace-only strings are now double-quoted.

Fixed

  • Accept a byte order mark at the start of each document in a stream, #791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace, including alias and property-only keys, #786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the 1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when needed to preserve trailing newlines.
Commits

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml).


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

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Sep 2, 2026
@psiinon

psiinon commented Sep 2, 2026

Copy link
Copy Markdown
Member

Logo
Checkmarx One – Scan Summary & Details82844079-dfd8-41f0-9b9b-95af5413d5a8


New Issues (13)

High: 4 · Medium: 6 · Low: 3

Checkmarx found the following issues in this Pull Request

# Severity Issue Source File / Package Checkmarx Insight
1 HIGH Reflected_XSS server.js: 79
detailsThe method embeds untrusted data in generated output with send, at line 80 of /server.js. This untrusted data is embedded into the output withou...
Attack Vector
2 HIGH Reflected_XSS server.js: 92
detailsThe method embeds untrusted data in generated output with write, at line 96 of /server.js. This untrusted data is embedded into the output witho...
Attack Vector
3 HIGH Reflected_XSS server.js: 31
detailsThe method embeds untrusted data in generated output with render, at line 44 of /server.js. This untrusted data is embedded into the output with...
Attack Vector
4 HIGH Reflected_XSS server.js: 25
detailsThe method embeds untrusted data in generated output with render, at line 25 of /server.js. This untrusted data is embedded into the output with...
Attack Vector
5 MEDIUM Container Capabilities Unrestricted docker-compose.yml: 2
detailsSome capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnec...
6 MEDIUM Container Traffic Not Bound To Host Interface docker-compose.yml: 6
detailsIncoming container traffic should be bound to a specific host interface
7 MEDIUM Healthcheck Not Set docker-compose.yml: 2
detailsCheck containers periodically to see if they are running properly.
8 MEDIUM Missing_HSTS_Header server.js: 19
detailsThe web-application does not define an HSTS header, leaving it vulnerable to attack.
Attack Vector
9 MEDIUM Open_Redirect server.js: 72
detailsThe potentially tainted value provided by url in /server.js at line 72 is used as a destination URL by redirect in /server.js at line 73, potenti...
Attack Vector
10 MEDIUM Security Opt Not Set docker-compose.yml: 2
detailsAttribute 'security_opt' should be defined.
11 LOW Missing_CSP_Header server.js: 19
detailsA Content Security Policy is not explicitly defined within the web-application.
Attack Vector
12 LOW Unpinned Actions Full Length Commit SHA /ci.yml: 45
detailsPinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA help...
13 LOW Unpinned Actions Full Length Commit SHA /ci.yml: 48
detailsPinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA help...

Use @Checkmarx to interact with Checkmarx PR Assistant.
Examples:
@Checkmarx how are you able to help me?
@Checkmarx rescan this PR

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants