Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#165)
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 29, 2024
1 parent 544db21 commit aa16948
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.27.0",
"@cdktf/provider-aws": "19.28.0",
"cdktf": "0.20.8",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.11",
"@types/node": "20.14.13",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
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.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==
"@cdktf/provider-aws@19.28.0":
version "19.28.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.28.0.tgz#e2ec21c5e2749bbad27503a1d82f09e65763079a"
integrity sha512-7VNR/KOUtRySdDw/pIT1ZAHI+fdWZvmHO5XI5GmejmKR3UAt+kvQIFzsKcBkyYzmJUkmwoyVnG/RykUS99nqUg==

"@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].11":
version "20.14.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b"
integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==
"@types/[email protected].13":
version "20.14.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.13.tgz#bf4fe8959ae1c43bc284de78bd6c01730933736b"
integrity sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==
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].3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
[email protected].4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

undici-types@~5.26.4:
version "5.26.5"
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.763</awssdk-v1.version>
<awssdk-v2.version>2.26.22</awssdk-v2.version>
<awssdk-v1.version>1.12.766</awssdk-v1.version>
<awssdk-v2.version>2.26.26</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.0</wiremock.version>
<wiremock.version>3.9.1</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 aa16948

Please sign in to comment.