From 48d1016ca3f34827e4611b4ef9fc9780025b47e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:52:55 +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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1e84fab8..8352b5fc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "pino-pretty": "^13.1.1", "proxy-agent": "^6.5.0", "resolve": "^1.22.10", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@babel/cli": "^7.28.0", @@ -17496,9 +17496,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "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 1fcf2e7f2..dfd20afd3 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "pino-pretty": "^13.1.1", "proxy-agent": "^6.5.0", "resolve": "^1.22.10", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@babel/cli": "^7.28.0",