From 0e1b45846fa4ed030d98ec0415d6975d92f280d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:44:01 +0000 Subject: [PATCH] Bump js-yaml from 4.1.1 to 4.3.0 in /docs Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 19 +++++++++++++++---- docs/package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 2310274651..620e6724f7 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18,7 +18,8 @@ "clsx": "^2.1.1", "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.0", + "marked": "^16.4.2", "prism-react-renderer": "^2.4.1", "raw-loader": "^4.0.2", "react": "^18.3.1", @@ -12889,9 +12890,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://mirrors.tencent.com/npm/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/docs/package.json b/docs/package.json index 1649df7e0c..91fda6946d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.0", "marked": "^16.4.2", "prism-react-renderer": "^2.4.1", "raw-loader": "^4.0.2",