From f3e0e2230efcafec337820178e1dcd989d3d671b Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" Date: Wed, 2 Mar 2022 19:17:21 +0000 Subject: [PATCH] Update dependency constructs to v10 --- tools/cdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cdk/package.json b/tools/cdk/package.json index 78175ac5..7d350f79 100644 --- a/tools/cdk/package.json +++ b/tools/cdk/package.json @@ -39,7 +39,7 @@ "@aws-cdk/core": "1.136.0", "cdk8s": "^1.3.0", "cdk8s-plus-21": "^1.0.0-beta.60", - "constructs": "^3.3.166", + "constructs": "^10.0.0", "source-map-support": "^0.5.16" } }