From eb6b2c637a32c5d6bf5b98b8c394971faf4d820f Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:04:55 -0500 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#3125) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-cli/actions/runs/12556111279 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-1.x" workflow* Signed-off-by: github-actions Co-authored-by: github-actions --- package.json | 2 +- yarn.lock | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 84f14d3a..9c186eee 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "semver": "^7.6.3", "sscaff": "^1.2.274", "table": "^6.9.0", - "yaml": "2.6.1", + "yaml": "2.7.0", "yargs": "^15" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index 7a39a86a..4b4753d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5485,9 +5485,9 @@ typescript-json-schema@^0.65.1: yargs "^17.1.1" typescript@next: - version "5.8.0-dev.20241229" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-dev.20241229.tgz#d16e5ad155edfc258a522473420cb4baf4bed254" - integrity sha512-FM/uJa1H8qasChw1XfjuLeVVHdM+wzoGkRApmjsY8wKT6NnESk1T9RgE9FA945uQ538t0qXqP7z9H4eVKKxN8w== + version "5.8.0-dev.20241230" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-dev.20241230.tgz#2a345d5d5c8e8f519bfd2c0962406e9a687e95fd" + integrity sha512-cs631S0kQoinvsMJN2vwUNpROxcosWSk5dVr9OSRwpNpyffpA13juQS3bC5hn8UThuFBPobFkrj0p0pW9RxYmg== typescript@~4.9.5: version "4.9.5" @@ -5870,6 +5870,11 @@ yaml@2.6.1, yaml@^2.2.2, yaml@^2.4.1: resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773" integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg== +yaml@2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98" + integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA== + yargs-parser@20.x, yargs-parser@^20.2.2, yargs-parser@^20.2.3: version "20.2.9" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"