From 5f3504b6ac02a225b5223527c99feee131ae24f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:41:03 -0400 Subject: [PATCH] chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.0 in /documentation (#10735) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- documentation/package-lock.json | 8 ++++---- documentation/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index b2004f3f4..4d309c6ba 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -36,7 +36,7 @@ "@docusaurus/types": "3.7.0", "globby": "^13.2.2", "gray-matter": "^4.0.3", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "typescript": "~5.6.2", "yaml-loader": "^0.8.1" }, @@ -10957,9 +10957,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "funding": [ { "type": "github", diff --git a/documentation/package.json b/documentation/package.json index c8c53288d..fe0374bac 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -45,7 +45,7 @@ "@docusaurus/types": "3.7.0", "gray-matter": "^4.0.3", "globby": "^13.2.2", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "typescript": "~5.6.2", "yaml-loader": "^0.8.1" },