From 3ec8dbfe850d6610b0c1a83374c70263a6cf6837 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:06:53 -0400 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#923) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-redis/actions/runs/6452893429 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow* --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bed107a2..ecf7902e 100644 --- a/package.json +++ b/package.json @@ -67,8 +67,8 @@ "typescript": "^4.9.5" }, "peerDependencies": { - "cdk8s": "^2.66.5", - "constructs": "^10.2.70" + "cdk8s": "^2.66.8", + "constructs": "^10.3.0" }, "resolutions": { "@types/babel__traverse": "7.18.2",