diff --git a/integration-tests/infrastructure/package.json b/integration-tests/infrastructure/package.json index f0726bb..2f5795e 100644 --- a/integration-tests/infrastructure/package.json +++ b/integration-tests/infrastructure/package.json @@ -13,7 +13,7 @@ "node": ">=16.0" }, "dependencies": { - "@cdktf/provider-aws": "^17.0.0", + "@cdktf/provider-aws": "^18.0.0", "cdktf": "^0.19.0", "constructs": "^10.1.229" }, diff --git a/integration-tests/infrastructure/yarn.lock b/integration-tests/infrastructure/yarn.lock index dba8e04..f3d2692 100644 --- a/integration-tests/infrastructure/yarn.lock +++ b/integration-tests/infrastructure/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@cdktf/provider-aws@^17.0.0": - version "17.0.11" - resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-17.0.11.tgz#80346224fc765c388dea73f4397749f6829ac657" - integrity sha512-J18AuzpMMASxPRMenneHoX5huAcUNwaDyfPss2r92T89ETeRszE2+zKeeK+GFzz14vJ2pVPKSkJJjKBh4nSu8w== +"@cdktf/provider-aws@^18.0.0": + version "18.0.1" + resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-18.0.1.tgz#0cbbf5b2eb86a570beaac76074a2ccfbb2de6940" + integrity sha512-gnhfZWlZpzoHwfbC7H/36jSBK3vusGSlNnXsCvEZXKG33EQyR9iv8gbFCEmYAQ4RdyXm3zxKRoVY9c0SkZ7FxA== "@cspotcode/source-map-support@^0.8.0": version "0.8.1"