Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#136)
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 Jan 11, 2024
1 parent 1dc4468 commit 1116add
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@cdktf/provider-aws": "18.2.0",
"cdktf": "0.19.2",
"cdktf": "0.20.0",
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/node": "20.10.8",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
Expand Down
24 changes: 12 additions & 12 deletions integration-tests/infrastructure/yarn.lock
Original file line number Diff line number Diff line change
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.10.6":
version "20.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
"@types/node@20.10.8":
version "20.10.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.8.tgz#f1e223cbde9e25696661d167a5b93a9b2a5d57c7"
integrity sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -180,14 +180,14 @@ call-bind@^1.0.5:
get-intrinsic "^1.2.1"
set-function-length "^1.1.1"

cdktf@0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.19.2.tgz#c93b794a9c8ac6b4e50bc24e80d06d84089a8766"
integrity sha512-FHOERDO7i2g/+pUaaZCVDKsbXEBtWYOgELL1UKjNp37DyEmtFlltdsgutVfouoil0C7W5za2IydD6sSeoH5aUw==
cdktf@0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.20.0.tgz#fae129c9431350ebbf02a95129db6687ee323e43"
integrity sha512-4bCG1/7cYYGyiC++zxJ5wPUZVuxeXvZLY2BqE9heTV/PZtlcwUrV6wfUMtQFbYTCssCEJDnGrOe7Rw1Jf0Sf2w==
dependencies:
archiver "5.3.2"
json-stable-stringify "^1.0.2"
semver "^7.5.4"
json-stable-stringify "1.1.0"
semver "7.5.4"

compress-commons@^4.1.2:
version "4.1.2"
Expand Down Expand Up @@ -354,7 +354,7 @@ isarray@~1.0.0:
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==

json-stable-stringify@^1.0.2:
json-stable-stringify@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz#43d39c7c8da34bfaf785a61a56808b0def9f747d"
integrity sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA==
Expand Down Expand Up @@ -493,7 +493,7 @@ safe-buffer@~5.2.0:
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

semver@^7.5.4:
semver@7.5.4:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.22</kotlin.version>

<awssdk-v1.version>1.12.629</awssdk-v1.version>
<awssdk-v2.version>2.22.9</awssdk-v2.version>
<awssdk-v1.version>1.12.634</awssdk-v1.version>
<awssdk-v2.version>2.23.0</awssdk-v2.version>
<feign.version>13.1</feign.version>
<assertj.version>3.25.0</assertj.version>
<assertj.version>3.25.1</assertj.version>
<wiremock.version>3.3.1</wiremock.version>

<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.3</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<dokka-maven-plugin.version>1.9.10</dokka-maven-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
Expand Down

0 comments on commit 1116add

Please sign in to comment.