Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#167)
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 Aug 12, 2024
1 parent b5d0d06 commit 6eaada8
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": "19.29.0",
"@cdktf/provider-aws": "19.30.0",
"cdktf": "0.20.8",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
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.29.0":
version "19.29.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.29.0.tgz#8c6deaafc0c30f1d6debfadb6a8579049420551c"
integrity sha512-tfe5lDqdJCxAsIJuovm2G2irLW6kxLB0Z6dBETpLjOBmARZTE0hTp5rGfOBtdHUH2ONL6ztvaFakrXWc0XKPcw==
"@cdktf/provider-aws@19.30.0":
version "19.30.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.30.0.tgz#ed219a0d6ac2146d81eb7a460458fef7cb6027e0"
integrity sha512-lFQqmUl0AHqGFzFwoJBBjmz7QHRBHjqMbvQ7eOb8osP1YNA/fLaMwoGsOII0/kdzbKwAVv++attkB+LGPb/Efw==

"@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].14":
version "20.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
"@types/[email protected].15":
version "20.14.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.15.tgz#e59477ab7bc7db1f80c85540bfd192a0becc588b"
integrity sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==
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 @@ -60,10 +60,10 @@

<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>

<awssdk-v1.version>1.12.767</awssdk-v1.version>
<awssdk-v2.version>2.26.29</awssdk-v2.version>
<awssdk-v2.version>2.27.2</awssdk-v2.version>
<feign.version>13.3</feign.version>
<assertj.version>3.26.3</assertj.version>
<wiremock.version>3.9.1</wiremock.version>
Expand Down

0 comments on commit 6eaada8

Please sign in to comment.