From 3427c0a7cf953128a950ff20925defd389740c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:29:30 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.0 to 4.1.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 17 +++++++++++++---- pnpm-workspace.yaml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03f8deb2..385ff171 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ catalogs: specifier: ^10.2.0 version: 10.2.0 js-yaml: - specifier: ^4.1.0 - version: 4.1.0 + specifier: ^3.14.2 + version: 3.14.2 listr2: specifier: ^8.2.1 version: 8.2.1 @@ -184,7 +184,7 @@ importers: version: 13.0.0 js-yaml: specifier: 'catalog:' - version: 4.1.0 + version: 3.14.2 listr2: specifier: 'catalog:' version: 8.2.1 @@ -423,7 +423,7 @@ importers: version: 4.17.4 js-yaml: specifier: 'catalog:' - version: 4.1.0 + version: 3.14.2 listr2: specifier: 'catalog:' version: 8.2.1 @@ -4444,6 +4444,10 @@ packages: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true + js-yaml@3.14.2: + resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==} + hasBin: true + js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -11635,6 +11639,11 @@ snapshots: argparse: 1.0.10 esprima: 4.0.1 + js-yaml@3.14.2: + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + js-yaml@4.1.0: dependencies: argparse: 2.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5f62e6dc..168ee8f4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,7 +9,7 @@ catalog: zod: ^4.1.12 rxjs: ^7.8.2 immer: ^10.2.0 - js-yaml: ^4.1.0 + js-yaml: ^3.14.2 listr2: ^8.2.1 lodash: ^4.17.21 "@types/lodash": ^4.17.4