From e4b7816605f305bd4932ed2afa669b21a8e70a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:19:13 +0000 Subject: [PATCH] Build(deps): bump yaml from 2.8.0 to 2.8.1 in the npm-production group Bumps the npm-production group with 1 update: [yaml](https://github.com/eemeli/yaml). Updates `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 dependency-group: npm-production ... 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 074e945..096b865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@github/issue-parser": "^2.0.0", "dedent-js": "^1.0.1", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@eslint/compat": "^1.3.2", @@ -14464,9 +14464,9 @@ "dev": true }, "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 367b274..340a9ad 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@actions/core": "^1.11.1", "@github/issue-parser": "^2.0.0", "dedent-js": "^1.0.1", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@eslint/compat": "^1.3.2",