From dcfbd74e159bcbc1fa83f9acb5c6b96d164ff7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:31:04 +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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5201d2..f5267b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/http-client": "^2.2.3", "@rollup/plugin-json": "^6.1.0", "axios": "^1.11.0", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@eslint/compat": "^1.2.5", @@ -16053,9 +16053,10 @@ "license": "ISC" }, "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 2b3c88d..1679ba7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@actions/http-client": "^2.2.3", "@rollup/plugin-json": "^6.1.0", "axios": "^1.11.0", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@eslint/compat": "^1.2.5",