build(deps): bump js-yaml from 3.15.1 to 3.15.2 in /website - #786
Merged
Paco Huelsz (frhuelsz) merged 1 commit intoSep 8, 2026
Merged
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.15.1 to 3.15.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.15.1...3.15.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The PR is a lockfile-only dependency patch update with no application logic changes and only a minor metadata mismatch noted in review.
Pull request overview
Updates the website’s npm lockfile to pull in patched js-yaml releases, addressing upstream merge-limit/CPU-usage hardening while keeping dependency resolution reproducible for the docs site.
Changes:
- Bumps nested
js-yamlundergray-matterfrom3.15.1to3.15.2. - Bumps resolved
js-yamlfrom4.3.1to4.3.2inpackage-lock.json.
File summaries
| File | Description |
|---|---|
website/package-lock.json |
Updates resolved js-yaml versions/integrity hashes as part of a lockfile refresh for the website dependencies. |
Review details
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- website/package-lock.json: Generated file
- Files reviewed: 0/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
11445
to
+11448
| "node_modules/js-yaml": { | ||
| "version": "4.3.1", | ||
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", | ||
| "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", | ||
| "version": "4.3.2", | ||
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", | ||
| "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", |
Paco Huelsz (frhuelsz)
approved these changes
Sep 8, 2026
dependabot
Bot
deleted the
dependabot/npm_and_yarn/website/js-yaml-3.15.2
branch
September 8, 2026 23:02
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.15.1 to 3.15.2.
Changelog
Sourced from js-yaml's changelog.
Commits
5c45bd63.15.2 released5a708f9dist rebuild3485bc0Backport merge limits from v5.4.1f34812fUpdate .gitignoreDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.