From f891959f11f9c12a3aeb3fe7df7a3200bd0b3f0d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Nov 2023 06:02:50 +0000 Subject: [PATCH] chore(deps): upgrade runtime dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-cdktf-resolver/actions/runs/6953490361 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow* Signed-off-by: github-actions --- package.json | 2 +- yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b95c50e..200f883 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "typescript": "^5.3.2" }, "peerDependencies": { - "cdk8s": "^2.68.9", + "cdk8s": "^2.68.10", "cdktf": "^0.19.1", "constructs": "^10.3.0" }, diff --git a/yarn.lock b/yarn.lock index 8602e49..22966a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2307,7 +2307,18 @@ cdk8s-plus-25@^2.22.62: optionalDependencies: backport "8.5.0" -cdk8s@^2.68.4, cdk8s@^2.68.6: +cdk8s@^2.68.4: + version "2.68.10" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.68.10.tgz#693aa5a9b39e285a26b39f8b1e0a19d7306aafe1" + integrity sha512-y0ZwGvWln5y0hc/8NmB/GBjy4AIbvXhztfnncLhhPz9FWy1B6VjEi3LRLT3OrPwtONWKOmWe6d5KwideevBsrw== + dependencies: + fast-json-patch "^3.1.1" + follow-redirects "^1.15.2" + yaml "2.3.2" + optionalDependencies: + backport "8.5.0" + +cdk8s@^2.68.6: version "2.68.9" resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.68.9.tgz#d1c59d780f34b06a2ecd91c5e8b8ad9d54fc972b" integrity sha512-pQ9nmKtW/pYMygM58ilyvrpatcxuUiW+pSJWeEB9FduRbXwkNy1Ep6xz47IBwOPgqwjNdlOYrIGQ++zbQ5Jk5g==