Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 1116add commit 6d65b84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration-tests/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"constructs": "10.3.0"
},
"devDependencies": {
"@types/node": "20.10.8",
"@types/node": "20.11.4",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
Expand Down
8 changes: 4 additions & 4 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.8":
version "20.10.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.8.tgz#f1e223cbde9e25696661d167a5b93a9b2a5d57c7"
integrity sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==
"@types/node@20.11.4":
version "20.11.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.4.tgz#c724a5d6723182af758b91b994209336f4439cb7"
integrity sha512-6I0fMH8Aoy2lOejL3s4LhyIYX34DPwY8bl5xlNjBvUEk8OHrcuzsFt+Ied4LvJihbtXPM+8zUqdydfIti86v9g==
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>1.9.22</kotlin.version>

<awssdk-v1.version>1.12.634</awssdk-v1.version>
<awssdk-v2.version>2.23.0</awssdk-v2.version>
<awssdk-v1.version>1.12.637</awssdk-v1.version>
<awssdk-v2.version>2.23.3</awssdk-v2.version>
<feign.version>13.1</feign.version>
<assertj.version>3.25.1</assertj.version>
<wiremock.version>3.3.1</wiremock.version>
Expand Down

0 comments on commit 6d65b84

Please sign in to comment.