Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#131)
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 Dec 4, 2023
1 parent 36503bd commit 6387b5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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": "18.0.8",
"@cdktf/provider-aws": "18.0.9",
"cdktf": "0.19.2",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.10.1",
"@types/node": "20.10.3",
"ts-node": "10.9.1",
"typescript": "5.3.2"
}
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/[email protected].8":
version "18.0.8"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-18.0.8.tgz#ad984cb0c3f5ec50ca2987ccad4839c73c9c0f1f"
integrity sha512-z+xItfL6DyikFEzmbwIAr/uv9wedYXeDta2mk6tNiPEd7iHNZgtt18RTEv+qMyx2Rg3BX0I6o1UT+gwWSMfeAA==
"@cdktf/[email protected].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==

"@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/[email protected].1":
version "20.10.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.1.tgz#d2c96f356c3125fedc983d74c424910c3767141c"
integrity sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==
"@types/[email protected].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==
dependencies:
undici-types "~5.26.4"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.21</kotlin.version>

<awssdk-v1.version>1.12.602</awssdk-v1.version>
<awssdk-v2.version>2.21.36</awssdk-v2.version>
<awssdk-v1.version>1.12.604</awssdk-v1.version>
<awssdk-v2.version>2.21.37</awssdk-v2.version>
<feign.version>13.1</feign.version>
<assertj.version>3.24.2</assertj.version>
<wiremock.version>3.3.1</wiremock.version>
Expand Down

0 comments on commit 6387b5a

Please sign in to comment.