From 5e6a1ad40f9c1743d340340fb78a6f4aac5e8a19 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 8 Jan 2025 01:18:17 -0500 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#3147) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-cli/actions/runs/12665039707 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-2.x" workflow* Signed-off-by: github-actions Co-authored-by: github-actions --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f2893d598..fded69a21 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "dependencies": { "@types/node": "^16", "ajv": "^8.17.1", - "cdk8s": "^2.69.31", + "cdk8s": "^2.69.32", "cdk8s-plus-28": "^2.5.6", "codemaker": "^1.106.0", "colors": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 70b75c95d..391ee99fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1403,10 +1403,10 @@ cdk8s-plus-28@^2.5.6: dependencies: minimatch "^3.1.2" -cdk8s@^2.69.31: - version "2.69.31" - resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.69.31.tgz#e6830d60f80ccfdc5a59935db7dc0d41e85241fe" - integrity sha512-6HAdtcZfmqLBg/1HbMYkI1NB7aLrThStf/DfuMZ3zNvEMgjdoeG05/GvH0pmhds092sZ9vT2IOH0be2smzloug== +cdk8s@^2.69.32: + version "2.69.32" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.69.32.tgz#95a10914d3c9f7f5aec78d0b3ebdcd74260be9e5" + integrity sha512-moinwbF/6QcSm/z2h0jD0QvCFm53GVp87YdaNRdKo8BEPHdnJzAQJ0g2hvQVihyBPt8bG9KXGaAKRWs5fczJ2w== dependencies: fast-json-patch "^3.1.1" follow-redirects "^1.15.9"