Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#158)
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 10, 2024
1 parent bf7d241 commit 46cc246
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.21.0",
"@cdktf/provider-aws": "19.22.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.14.0",
"@types/node": "20.14.2",
"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.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==
"@cdktf/provider-aws@19.22.0":
version "19.22.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.22.0.tgz#d708b7bba1bf02ad0f509bb83f4d675233b277af"
integrity sha512-r6voTrLEsIrwHvmcs+Is83+4X9jHeIRIq119Nb92xv4YjkJGOKb/FVs5Ux0RksL3gdOzELUKM2RpGTBJCTWieA==

"@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].0":
version "20.14.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.0.tgz#49ceec7b34f8621470cff44677fa9d461a477f17"
integrity sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==
"@types/[email protected].2":
version "20.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
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.734</awssdk-v1.version>
<awssdk-v2.version>2.25.64</awssdk-v2.version>
<awssdk-v1.version>1.12.739</awssdk-v1.version>
<awssdk-v2.version>2.25.69</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 46cc246

Please sign in to comment.