diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9e1aa5c..503a2b1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
cache: 'maven'
- name: Setup Node 20
- uses: actions/setup-node@v4.0.0
+ uses: actions/setup-node@v4.0.1
with:
node-version: 20
cache: 'yarn'
diff --git a/integration-tests/infrastructure/package.json b/integration-tests/infrastructure/package.json
index 8668861..119c953 100644
--- a/integration-tests/infrastructure/package.json
+++ b/integration-tests/infrastructure/package.json
@@ -13,13 +13,13 @@
"node": ">=20"
},
"dependencies": {
- "@cdktf/provider-aws": "18.0.9",
+ "@cdktf/provider-aws": "18.2.0",
"cdktf": "0.19.2",
"constructs": "10.3.0"
},
"devDependencies": {
- "@types/node": "20.10.3",
- "ts-node": "10.9.1",
- "typescript": "5.3.2"
+ "@types/node": "20.10.5",
+ "ts-node": "10.9.2",
+ "typescript": "5.3.3"
}
}
diff --git a/integration-tests/infrastructure/yarn.lock b/integration-tests/infrastructure/yarn.lock
index e394663..aad25f0 100644
--- a/integration-tests/infrastructure/yarn.lock
+++ b/integration-tests/infrastructure/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@cdktf/provider-aws@18.0.9":
- version "18.0.9"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-18.0.9.tgz#948985fb0ecc4718e19b2076ffd831fc6c7aaace"
- integrity sha512-C+y8b7hZ6zNQ6TYh40mffiDlXVwb8ghRqzzhFBkVNfhTTqWvk6mhZfck6MytdKUAHFtFWP+CvTrwb5oxIKtgSg==
+"@cdktf/provider-aws@18.2.0":
+ version "18.2.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-18.2.0.tgz#ef1c6088111754fff0f9712d85811a7e4d891821"
+ integrity sha512-Dm+ORqd9ttGH8PqdDe4q72QHoHO0BfgBEMDasagcP4b0lhYV3oiYxJtHsqdOJEKiv6EvHZT3/iftXwU2uOjnlA==
"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
@@ -52,10 +52,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
-"@types/node@20.10.3":
- version "20.10.3"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030"
- integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==
+"@types/node@20.10.5":
+ version "20.10.5"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
+ integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
dependencies:
undici-types "~5.26.4"
@@ -535,10 +535,10 @@ tar-stream@^2.2.0:
inherits "^2.0.3"
readable-stream "^3.1.1"
-ts-node@10.9.1:
- version "10.9.1"
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
- integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
+ts-node@10.9.2:
+ version "10.9.2"
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
+ integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
@@ -554,10 +554,10 @@ ts-node@10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"
-typescript@5.3.2:
- version "5.3.2"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
- integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
+typescript@5.3.3:
+ version "5.3.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
+ integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
undici-types@~5.26.4:
version "5.26.5"
diff --git a/pom.xml b/pom.xml
index 568aa8c..f426120 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,14 +62,14 @@
true
1.9.21
- 1.12.604
- 2.21.37
+ 1.12.620
+ 2.22.0
13.1
3.24.2
3.3.1
- 3.2.2
- 3.2.2
+ 3.2.3
+ 3.2.3
3.3.0
1.9.10
3.1.0