From e67b277e0049343f9a842cc02cf324bad34fbe8c Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:07:48 -0500 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#3153) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-core/actions/runs/12556145162 ------ *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 | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e1228ebaa..0f9d176256 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "dependencies": { "fast-json-patch": "^3.1.1", "follow-redirects": "^1.15.9", - "yaml": "2.6.1" + "yaml": "2.7.0" }, "bundledDependencies": [ "fast-json-patch", diff --git a/yarn.lock b/yarn.lock index a5d95fc3ea..0ec40c0e0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5795,7 +5795,12 @@ 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.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== + +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==