From de056b9310093d98d37c67774792ffe4dab648c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 03:26:38 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 3.14.2 to 3.15.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 3.15.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.2...3.15.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e08e826..8499ed4 100644 --- a/package.json +++ b/package.json @@ -132,6 +132,6 @@ "tar-fs": "^3.1.1", "glob": "^10.5.0", "mdast-util-to-hast": "^13.2.1", - "js-yaml": "^3.14.2" + "js-yaml": "^3.15.2" } }