From 3a59973e1e03d86c4dc744937c11775222e223f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 02:49:43 +0000 Subject: [PATCH] Bump yaml from 2.7.1 to 2.8.3 Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.1 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.7.1...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d1cbc1..e15c00c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "remove-markdown": "^0.3.0", "standard": "^16.0.1", "uuid": "^8.0.0", - "yaml": "^2.2.2" + "yaml": "^2.8.3" } }, "node_modules/@actions/core": { @@ -6168,14 +6168,18 @@ } }, "node_modules/yaml": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", - "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { - "node": ">= 14" + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yargs": { diff --git a/package.json b/package.json index 7ff48b8..dbfd410 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "remove-markdown": "^0.3.0", "standard": "^16.0.1", "uuid": "^8.0.0", - "yaml": "^2.2.2" + "yaml": "^2.8.3" } }