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