From 8f27decee4758aca59c8d046d32adf2c2faf1c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:55:36 +0000 Subject: [PATCH] fix(deps): update dependency @cdktf/provider-aws to v20 --- integration-tests/infrastructure/package.json | 2 +- integration-tests/infrastructure/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-tests/infrastructure/package.json b/integration-tests/infrastructure/package.json index 169ede8..c4f17b0 100644 --- a/integration-tests/infrastructure/package.json +++ b/integration-tests/infrastructure/package.json @@ -13,7 +13,7 @@ "node": ">=20" }, "dependencies": { - "@cdktf/provider-aws": "19.65.1", + "@cdktf/provider-aws": "20.0.0", "cdktf": "0.21.0", "constructs": "10.4.2" }, diff --git a/integration-tests/infrastructure/yarn.lock b/integration-tests/infrastructure/yarn.lock index a165aa9..ad834df 100644 --- a/integration-tests/infrastructure/yarn.lock +++ b/integration-tests/infrastructure/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@cdktf/provider-aws@19.65.1": - version "19.65.1" - resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.65.1.tgz#9b8339303d121b00100c54562ad1aa2788fb0854" - integrity sha512-pUvO9fYAgyc4MreWOZWkzz/lalxOvIAS2YEvBjIadJVqCUEiNN5EDWu5ofBp9Y1k+ncHzl3K6oPgBeYQYJz5kw== +"@cdktf/provider-aws@20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-20.0.0.tgz#fe68c476d0df117e686c5e202ba1013577e97612" + integrity sha512-0HqghxNT8Vhbx/FPB237IqCVMbGlAsIra6LKt3bGGAKA+59tMCx0TtaPpy6AM6o9dS30A+UpewTw4D3NbTuYMA== "@cspotcode/source-map-support@^0.8.0": version "0.8.1"