From f526d3a51f8c40820fa3aaa1d7de9f0cdd362490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:32:53 +0000 Subject: [PATCH] fix(deps): 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 bc8865f..8f67e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "tabulator-tables": "^6.3.1", "uuid": "^11.0.5", "xml2js": "^0.6.2", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", @@ -24870,9 +24870,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 d0f20a8..8f64b57 100644 --- a/package.json +++ b/package.json @@ -186,6 +186,6 @@ "tabulator-tables": "^6.3.1", "uuid": "^11.0.5", "xml2js": "^0.6.2", - "yaml": "^2.8.0" + "yaml": "^2.8.1" } }