chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 in /documentation (#10107)

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-07-01 15:51:26 -04:00
committed by GitHub
parent fc5353a39c
commit bb1bd2667f
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -36,7 +36,7 @@
"@docusaurus/types": "3.7.0",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"js-yaml": "^4.2.0",
"typescript": "~5.6.2",
"yaml-loader": "^0.8.1"
},
@@ -10957,9 +10957,19 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/puzrin"
},
{
"type": "github",
"url": "https://github.com/sponsors/nodeca"
}
],
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
+1 -1
View File
@@ -45,7 +45,7 @@
"@docusaurus/types": "3.7.0",
"gray-matter": "^4.0.3",
"globby": "^13.2.2",
"js-yaml": "^4.1.1",
"js-yaml": "^4.2.0",
"typescript": "~5.6.2",
"yaml-loader": "^0.8.1"
},