Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): Bump js-yaml from 3.14.1 to 3.14.2#876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intov4
base:v4
Choose a base branch
Loading
fromdependabot/npm_and_yarn/js-yaml-3.14.2

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 17, 2025

Bumpsjs-yaml from 3.14.1 to 3.14.2.

Changelog

Sourced fromjs-yaml's changelog.

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.

[4.1.0] - 2021-04-15

Added

  • Types are now exported asyaml.types.XXX.
  • Every type now hasoptions property with original arguments kept as they were(seeyaml.types.int.options as an example).

Changed

  • Schema.extend() now keeps old type order in case of conflicts(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered asabcd instead ofcbad).

[4.0.0] - 2021-01-03

Changed

  • Checkmigration guide to see details for all breaking changes.
  • Breaking: "unsafe" tags!!js/function,!!js/regexp,!!js/undefined aremoved tojs-yaml-js-types package.
  • Breaking: removedsafe* functions. Useload,loadAll,dumpinstead which are all now safe by default.
  • yaml.DEFAULT_SAFE_SCHEMA andyaml.DEFAULT_FULL_SCHEMA are removed, useyaml.DEFAULT_SCHEMA instead.
  • yaml.Schema.create(schema, tags) is removed, useschema.extend(tags) instead.
  • !!binary now always mapped toUint8Array on load.
  • Reduced nesting of/lib folder.
  • Parse numbers according to YAML 1.2 instead of YAML 1.1 (01234 is now decimal,0o1234 is octal,1:23 is parsed as string instead of base60).
  • dump() no longer quotes:,[,],(,) except when necessary,#470,#557.
  • Line and column in exceptions are now formatted as(X:Y) instead ofat line X, column Y (also present in compact format),#332.
  • Code snippet created in exceptions now contains multiple lines with line numbers.
  • dump() now serializesundefined asnull in collections and removes keys withundefined in mappings,#571.
  • dump() withskipInvalid=true now serializes invalid items in collections as null.
  • Custom tags starting with! are now dumped as!tag instead of!<!tag>,#576.
  • Custom tags starting withtag:yaml.org,2002: are now shorthanded using!!,#258.

Added

  • Added.mjs (es modules) support.
  • AddedquotingType andforceQuotes options for dumper to configurestring literal style,#290,#529.
  • Addedstyles: { '!!null': 'empty' } option for dumper(serializes{ foo: null } as "foo:"),#570.

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 theSecurity Alerts page.

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)- [Commits](nodeca/js-yaml@3.14.1...3.14.2)---updated-dependencies:- dependency-name: js-yaml  dependency-version: 3.14.2  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 17, 2025
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more aboutSocket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Added@​types/​ws@​7.4.71001007482100

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more aboutSocket for GitHub.

ActionSeverityAlert  (click "▶" to expand/collapse)
WarnHigh
Obfuscated code: npmsafer-buffer is 94.0% likely obfuscated

Confidence: 0.94

Location:Package overview

From:?npm/postgraphile@4.12.4npm/safer-buffer@2.1.2

ℹ Read more on:This package |This alert |What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help atsupport@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment@SocketSecurity ignore npm/safer-buffer@2.1.2. You can also ignore all packages with@SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change thetriage state of this alert.

View full report

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp