From e2e1eda45de469bb1e492fc8942f4a80d01329f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 23:02:27 +0000 Subject: [PATCH] Bump yaml from 2.3.4 to 2.8.0 Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.8.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.3.4...v2.8.0) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bf48754..973531d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/node-fetch": "^2.6.11", "axios": "^1.8.4", "expand-tilde": "^2.0.2", - "yaml": "^2.3.4", + "yaml": "^2.8.0", "zod": "^3.22.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd58a32..bcb9f82 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^2.0.2 version: 2.0.2 yaml: - specifier: ^2.3.4 - version: 2.3.4 + specifier: ^2.8.0 + version: 2.8.0 zod: specifier: ^3.22.4 version: 3.22.4 @@ -204,9 +204,10 @@ packages: resolution: {integrity: sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==} engines: {node: '>=14.0'} - yaml@2.3.4: - resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} - engines: {node: '>= 14'} + yaml@2.8.0: + resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} + engines: {node: '>= 14.6'} + hasBin: true zod@3.22.4: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} @@ -365,6 +366,6 @@ snapshots: dependencies: '@fastify/busboy': 2.1.1 - yaml@2.3.4: {} + yaml@2.8.0: {} zod@3.22.4: {}