Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent f7ab00d commit e0d6a82
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@cdktf/provider-aws": "^17.0.0",
"cdktf": "^0.18.0",
"cdktf": "^0.19.0",
"constructs": "^10.1.229"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions integration-tests/infrastructure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


"@cdktf/provider-aws@^17.0.0":
version "17.0.8"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-17.0.8.tgz#6a05d634ce68deedf253b24b4545e8f50e30c48b"
integrity sha512-qRAnh5cdaIVv6eOv+dPRwst/iPWpy94gB5LpWKdzDVKQhUSfhuQvZuulQsW+25vZdzQMj9JkCbj06Z7p4cPAxw==
version "17.0.11"
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-17.0.11.tgz#80346224fc765c388dea73f4397749f6829ac657"
integrity sha512-J18AuzpMMASxPRMenneHoX5huAcUNwaDyfPss2r92T89ETeRszE2+zKeeK+GFzz14vJ2pVPKSkJJjKBh4nSu8w==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down Expand Up @@ -53,9 +53,9 @@
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==

"@types/node@^18.11.18":
version "18.18.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.1.tgz#80b22f3df719f15c9736207980e95f35d01ec1aa"
integrity sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==
version "18.18.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==

acorn-walk@^8.1.1:
version "8.2.0"
Expand Down Expand Up @@ -153,10 +153,10 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

cdktf@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.18.0.tgz#b79eb924afff7af38877bb4ffdfe3bdf954131b0"
integrity sha512-iTWy2g0mCE2YW2hPxdWEzMwCVgyzDyheHWJTS4OcLZsR+lXETFX0lonoc5XGnX8CHBL4AbFY+EEqCUs5v7A4bQ==
cdktf@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.19.0.tgz#097a3241b95e77eeab8ae1f7a714bf45dc6ca55b"
integrity sha512-5tcNhvrvsE9WawC5cPwV7B9ATQ5lWNjyCJN7EnMofxTtkBEdnnGx0esC+vpNO4Fs0LhmV37qCUlm+K6anZaPYw==
dependencies:
archiver "5.3.1"
json-stable-stringify "^1.0.2"
Expand All @@ -178,9 +178,9 @@ concat-map@0.0.1:
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==

constructs@^10.1.229:
version "10.2.70"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.70.tgz#a7d414a717b64a5fab65ff68aaba2ddf73b522bf"
integrity sha512-z6zr1E8K/9tzJbCQzY0UGX0/oVKPFKu9C/mzEnghCG6TAJINnvlq0CMKm63XqqeMleadZYm5T3sZGJKcxJS/Pg==
version "10.3.0"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.3.0.tgz#4c246fce9cf8e77711ad45944e9fbd41f1501965"
integrity sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.10</kotlin.version>

<awssdk-v1.version>1.12.560</awssdk-v1.version>
<awssdk-v2.version>2.20.157</awssdk-v2.version>
<awssdk-v1.version>1.12.567</awssdk-v1.version>
<awssdk-v2.version>2.21.2</awssdk-v2.version>
<feign.version>12.5</feign.version>
<assertj.version>3.24.2</assertj.version>
<wiremock.version>3.2.0</wiremock.version>

<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<dokka-maven-plugin.version>1.9.0</dokka-maven-plugin.version>
<dokka-maven-plugin.version>1.9.10</dokka-maven-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
</properties>

Expand Down

0 comments on commit e0d6a82

Please sign in to comment.