diff --git a/package.json b/package.json index 35f9d4dd23c0..8f28ecdfa333 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "tsutils": "^3.21.0", "typescript": "5.8.3", "vrsource-tslint-rules": "6.0.0", - "yaml": "^1.10.2", + "yaml": "^2.0.0", "yargs": "^17.3.1", "zx": "^6.2.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0084cbf6d9c7..13dea77d3349 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -348,8 +348,8 @@ importers: specifier: 6.0.0 version: 6.0.0(tslint@6.1.3(typescript@5.8.3))(typescript@5.8.3) yaml: - specifier: ^1.10.2 - version: 1.10.2 + specifier: ^2.0.0 + version: 2.8.0 yargs: specifier: ^17.3.1 version: 17.7.2 @@ -8805,11 +8805,6 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.7.1: - resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==} - engines: {node: '>= 14'} - hasBin: true - yaml@2.8.0: resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} engines: {node: '>= 14.6'} @@ -18299,8 +18294,6 @@ snapshots: yaml@1.10.2: {} - yaml@2.7.1: {} - yaml@2.8.0: {} yargs-parser@18.1.3: @@ -18388,4 +18381,4 @@ snapshots: node-fetch: 3.3.2 ps-tree: 1.2.0 which: 2.0.2 - yaml: 2.7.1 + yaml: 2.8.0