chore(deps): bump js-yaml from 4.3.1 to 4.3.2 (#3792)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.3.1...4.3.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-09-04 23:54:54 -07:00
committed by GitHub
parent 4c3fe8ef7b
commit d3baf0ef7e
2 changed files with 25 additions and 2 deletions
+24 -1
View File
@@ -10823,6 +10823,7 @@
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz",
"integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
"dev": true,
"funding": [
{
"type": "github",
@@ -17927,7 +17928,7 @@
"highlight.js": "^11.11.2",
"html-entities": "^2.3.3",
"jquery": "^4.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.3.2",
"jsdom": "^26.1.0",
"marked": "^11.1.1",
"minisearch": "^7.2.0"
@@ -18492,6 +18493,28 @@
"node": ">=0.10.0"
}
},
"src/docs/node_modules/js-yaml": {
"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==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/puzrin"
},
{
"type": "github",
"url": "https://github.com/sponsors/nodeca"
}
],
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"src/docs/node_modules/jsdom": {
"version": "26.1.0",
"license": "MIT",
+1 -1
View File
@@ -23,7 +23,7 @@
"highlight.js": "^11.11.2",
"html-entities": "^2.3.3",
"jquery": "^4.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.3.2",
"jsdom": "^26.1.0",
"marked": "^11.1.1",
"minisearch": "^7.2.0"