From 71010290445b84fa067808a5eafc9647cb37523e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:06:02 +0000 Subject: [PATCH] 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.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6327ef4e13fa3e6..70c8fd8dc42fb23 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "env-cmd": "10.1.0", "fdir": "^6.4.4", "gray-matter": "^4.0.3", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "cspell": "9.0.2", @@ -67,7 +67,7 @@ "node-html-parser": "^7.0.1", "parse-diff": "^0.11.1", "prettier": "3.5.3", - "yaml": "^2.8.0", + "yaml": "^2.8.1", "yargs": "^17.7.2" }, "packageManager": "yarn@1.22.22" diff --git a/yarn.lock b/yarn.lock index 5ddaaa8c3feb83f..b803b0cd1972d8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9787,10 +9787,10 @@ yallist@^5.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz#00e2de443639ed0d78fd87de0d27469fbcffb533" integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw== -yaml@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.0.tgz#15f8c9866211bdc2d3781a0890e44d4fa1a5fff6" - integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ== +yaml@^2.8.0, yaml@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79" + integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw== yargs-parser@^21.1.1: version "21.1.1"