From 74404b9c31d8292c0ed7fc3d3980ccf39770b5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:01:37 +0000 Subject: [PATCH] meta: bump yaml from 2.8.0 to 2.8.1 Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2784e9c..51117719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "unist-util-select": "^5.1.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "bin": { "doc-kit": "bin/cli.mjs" @@ -9643,9 +9643,9 @@ } }, "node_modules/yaml": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", - "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", + "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 033ebfe2..cc1f3310 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,6 @@ "unist-util-select": "^5.1.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "yaml": "^2.8.0" + "yaml": "^2.8.1" } }