From d3baf0ef7e462f8218066fb816754533fb5bb6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 23:54:54 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 25 ++++++++++++++++++++++++- src/docs/package.json | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8239efa43..c986283a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/src/docs/package.json b/src/docs/package.json index ff064e862..9720be0d2 100644 --- a/src/docs/package.json +++ b/src/docs/package.json @@ -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"