Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 77f03d4 commit 0225a03
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"node": ">=20"
},
"dependencies": {
"@cdktf/provider-aws": "19.24.1",
"@cdktf/provider-aws": "19.25.0",
"cdktf": "0.20.8",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"ts-node": "10.9.2",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
24 changes: 12 additions & 12 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.24.1":
version "19.24.1"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.24.1.tgz#91002b0c0f2f3d48d6093cf855174da21d3ab4d0"
integrity sha512-Fp7BdL5/JKdviUoIfMRRQ05KOPJXGI8PQN13kp3dloLElRCxxChxgV5Nw4wbPu6ddgoncENWOae/ZlokT9Uyyw==
"@cdktf/provider-aws@19.25.0":
version "19.25.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.25.0.tgz#d188ebe380009cbd04f6b5ff1c815adc10c80fa8"
integrity sha512-9R3cd9hSFTZqXfw+sXWFjmdj6C0bI+tsHbs+vV3gxNOhNbe1Us+gs/992+cOvWZ+fMCp/n1mLE3UXxusOPY13A==

"@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].9":
version "20.14.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
"@types/[email protected].10":
version "20.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -461,10 +461,10 @@ [email protected]:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

[email protected].2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
[email protected].3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

undici-types@~5.26.4:
version "5.26.5"
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>2.0.0</kotlin.version>

<awssdk-v1.version>1.12.753</awssdk-v1.version>
<awssdk-v2.version>2.26.12</awssdk-v2.version>
<awssdk-v1.version>1.12.757</awssdk-v1.version>
<awssdk-v2.version>2.26.17</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.0</assertj.version>
<wiremock.version>3.8.0</wiremock.version>
Expand Down

0 comments on commit 0225a03

Please sign in to comment.