Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#157)
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 Jun 3, 2024
1 parent ab40216 commit bf7d241
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.20.1",
"@cdktf/provider-aws": "19.21.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.14.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
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.20.1":
version "19.20.1"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.20.1.tgz#6dd26b9b9d23444653151d2fc3a9e8bf90598260"
integrity sha512-Ih0IKc8TBvr6wrONuLDTZmx0Qc+/kJdZIE43T8AmHLTJBe0GnEIB3AhQAmn1ORhLZrWci4VLY6DNKYTskwVyug==
"@cdktf/provider-aws@19.21.0":
version "19.21.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.21.0.tgz#d12bd8fc0cb25dd7e0a965c1c73dd8f6660db265"
integrity sha512-Pb0Pkwp+5P8PNOSnwib8dD0RNXUPKBo9BB9h2681MIAxLoOXbhQfj56KA/YxNuzV6kfhUJR4h/b2wTQRUSC4zA==

"@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.12.12":
version "20.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
"@types/node@20.14.0":
version "20.14.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.0.tgz#49ceec7b34f8621470cff44677fa9d461a477f17"
integrity sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==
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>2.0.0</kotlin.version>

<awssdk-v1.version>1.12.730</awssdk-v1.version>
<awssdk-v2.version>2.25.60</awssdk-v2.version>
<awssdk-v1.version>1.12.734</awssdk-v1.version>
<awssdk-v2.version>2.25.64</awssdk-v2.version>
<feign.version>13.2.1</feign.version>
<assertj.version>3.26.0</assertj.version>
<wiremock.version>3.6.0</wiremock.version>
Expand Down

0 comments on commit bf7d241

Please sign in to comment.