Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2023
1 parent b913bf2 commit 3dbb286
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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": "^14.0.0",
"cdktf": "^0.16.0",
"cdktf": "^0.17.0",
"constructs": "^10.1.229"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions integration-tests/infrastructure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

cdktf@^0.16.0:
version "0.16.3"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.16.3.tgz#c90494667e709c6db5af02a4cacfe2da5d1098b2"
integrity sha512-rE+/RVDaLfZsQlJB/ATMhe226pFfIzOXMYWXqWmIEiHPZXlkbdUCVM2rmJNBWJdMvs58yWmDLwFrqg+HakjA6Q==
cdktf@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.17.0.tgz#65f6fc5035c17017b23d3d26a7eb83d1db659e58"
integrity sha512-4R57uBLBqeb8NgfKZdn/az8UE3yXxGHyzH6Xjsz1Oo9kNvSkPibX7YqNLUpuCgdYNVgU2fdaNoHj9h4LXc6iCw==
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.52"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.52.tgz#2b376e6457a9520ad99ca5624cdc56b102f853d0"
integrity sha512-+agHle0qck/Z2ARWtI8WpAiFzBFweti2ai03ShK3R708WTmny+HO97joPQ99oQQvmHaAgCZmAqEUufeySk9J0Q==
version "10.2.63"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.63.tgz#1d02c89ae91488ebc9c8815bf2e5f7832038c78b"
integrity sha512-WoQCPWTpqAJA6fLH2wFhP642ECrtFyV9Sdw5lFOsfoem/GDfQilnBSWQyJxT9cFq2yd4J1O/7oBl0GgtpZgbSg==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -450,9 +450,9 @@ ts-node@^10.9.1:
yn "3.1.1"

typescript@^5.0.0:
version "5.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

util-deprecate@^1.0.1, util-deprecate@~1.0.1:
version "1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.8.22</kotlin.version>

<awssdk-v1.version>1.12.488</awssdk-v1.version>
<awssdk-v2.version>2.20.85</awssdk-v2.version>
<awssdk-v1.version>1.12.498</awssdk-v1.version>
<awssdk-v2.version>2.20.96</awssdk-v2.version>
<feign.version>12.3</feign.version>
<assertj.version>3.24.2</assertj.version>
<wiremock.version>2.35.0</wiremock.version>
Expand Down

0 comments on commit 3dbb286

Please sign in to comment.