From 1ab7459a4edb5b9bef370f07d24a334e0c8f0d89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Oct 2023 06:03:16 +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/6478585249 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow* Signed-off-by: github-actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cdd2df..0ac743c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "typescript": "^5.2.2" }, "peerDependencies": { - "cdk8s": "^2.66.8", + "cdk8s": "^2.66.9", "cdktf": "^0.18.2", "constructs": "^10.3.0" },