From 929fd0542e2247de757bf34de55e2030cc555cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:50:45 +0000 Subject: [PATCH] Bump yaml from 2.8.1 to 2.8.2 Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 332e9524..af31acfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "pino-pretty": "^13.1.2", "proxy-agent": "^6.5.0", "resolve": "^1.22.11", - "yaml": "^2.8.1" + "yaml": "^2.8.2" }, "devDependencies": { "@babel/cli": "^7.28.3", @@ -38623,15 +38623,18 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yargs": { diff --git a/package.json b/package.json index 5ee6f47f..2b0aa39d 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "pino-pretty": "^13.1.2", "proxy-agent": "^6.5.0", "resolve": "^1.22.11", - "yaml": "^2.8.1" + "yaml": "^2.8.2" }, "devDependencies": { "@babel/cli": "^7.28.3",