From dfbe4bd606a38f19a324a0ed61b9a974a15301a4 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:05:53 -0500 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#1065) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-validation-plugin-example/actions/runs/12556135181 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow* Signed-off-by: github-actions Co-authored-by: github-actions --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de72478..9733889 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typescript": "^4.9.5" }, "dependencies": { - "yaml": "^2.6.1" + "yaml": "^2.7.0" }, "engines": { "node": ">= 16.20.0" diff --git a/yarn.lock b/yarn.lock index b802a83..cd5bd5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5569,11 +5569,16 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@2.6.1, yaml@^2.2.2, yaml@^2.4.1, yaml@^2.6.1: +yaml@2.6.1, yaml@^2.2.2, yaml@^2.4.1: version "2.6.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@^18.1.2: version "18.1.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"