Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 53f5cba commit 544db21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.26.0",
"@cdktf/provider-aws": "19.27.0",
"cdktf": "0.20.8",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"ts-node": "10.9.2",
"typescript": "5.5.3"
}
Expand Down
16 changes: 8 additions & 8 deletions integration-tests/infrastructure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@cdktf/provider-aws@19.26.0":
version "19.26.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.26.0.tgz#7aba1949608514cc8f3c797dbbea423f973b27fd"
integrity sha512-f68ua90d33n7z//uX5FtrCV3kVW6oC/fMET3/cjEc+punuBg1X/a+9Hhn2z+Iu4ferknFhFZS3mwpjyyWH1DMQ==
"@cdktf/provider-aws@19.27.0":
version "19.27.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.27.0.tgz#e7e67e9ab79e24eba351826680b52b4e9ec3ef4c"
integrity sha512-wSt7MAUSlMMbuTJZ+VUYVePkyUaJ3PkN0uO+byd1m/4l/LEX2ysr5pmVUAkLXl4Dc3TFlBpM2SH/UcsqEspdFA==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down Expand Up @@ -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.14.10":
version "20.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
"@types/node@20.14.11":
version "20.14.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b"
integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==
dependencies:
undici-types "~5.26.4"

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>2.0.0</kotlin.version>

<awssdk-v1.version>1.12.761</awssdk-v1.version>
<awssdk-v2.version>2.26.20</awssdk-v2.version>
<awssdk-v1.version>1.12.763</awssdk-v1.version>
<awssdk-v2.version>2.26.22</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.8.0</wiremock.version>
<wiremock.version>3.9.0</wiremock.version>

<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.3.1</maven-failsafe-plugin.version>
Expand Down

0 comments on commit 544db21

Please sign in to comment.