From 93b58e721c504c61d72077a4f543068ee75a572e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:35:17 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#172) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 10 +++++----- .github/workflows/pull-request.yml | 4 ++-- integration-tests/infrastructure/package.json | 4 ++-- integration-tests/infrastructure/yarn.lock | 16 ++++++++-------- pom.xml | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a89852..8b9d940 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,12 @@ jobs: new-release-published: ${{ steps.semantic-release.outputs.new_release_published }} new-release-version: ${{ steps.semantic-release.outputs.new_release_version }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 11 - uses: actions/setup-java@v4.3.0 + uses: actions/setup-java@v4.4.0 with: java-version: '11' distribution: 'temurin' @@ -108,7 +108,7 @@ jobs: - id: semantic-release name: Create new release - uses: cycjimmy/semantic-release-action@v4.1.0 + uses: cycjimmy/semantic-release-action@v4.1.1 if: steps.run-tests.outcome == 'success' with: extra_plugins: | @@ -124,10 +124,10 @@ jobs: needs: build if: needs.build.outputs.new-release-published == 'true' steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Set up JDK 11 - uses: actions/setup-java@v4.3.0 + uses: actions/setup-java@v4.4.0 with: java-version: '11' distribution: 'temurin' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 56bff23..844968e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,12 +14,12 @@ jobs: name: Verify Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 11 - uses: actions/setup-java@v4.3.0 + uses: actions/setup-java@v4.4.0 with: java-version: '11' distribution: 'temurin' diff --git a/integration-tests/infrastructure/package.json b/integration-tests/infrastructure/package.json index b178e9f..8aa680c 100644 --- a/integration-tests/infrastructure/package.json +++ b/integration-tests/infrastructure/package.json @@ -13,12 +13,12 @@ "node": ">=20" }, "dependencies": { - "@cdktf/provider-aws": "19.33.0", + "@cdktf/provider-aws": "19.35.0", "cdktf": "0.20.9", "constructs": "10.3.0" }, "devDependencies": { - "@types/node": "20.16.5", + "@types/node": "20.16.10", "ts-node": "10.9.2", "typescript": "5.6.2" } diff --git a/integration-tests/infrastructure/yarn.lock b/integration-tests/infrastructure/yarn.lock index ed484ba..2a05152 100644 --- a/integration-tests/infrastructure/yarn.lock +++ b/integration-tests/infrastructure/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@cdktf/provider-aws@19.33.0": - version "19.33.0" - resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.33.0.tgz#79f93944ce44814ba14a0ff2f507a33c77a3efef" - integrity sha512-21dhJPSMwTL/lLJacj7R+qnW7NrRFIWcvbSblKrAdNduMf24Th+9fcd8kTHoXv1jPGN9eC6kK/XOPxna6YHdrw== +"@cdktf/provider-aws@19.35.0": + version "19.35.0" + resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.35.0.tgz#33108a4a0dc026f583bf5e56c021f8d25111578b" + integrity sha512-NdjAuhb865gJgiozYAWL2lyKEAaw78vO2bKWT/zPIpZAil5uAqNvje9Squt21jXm+QM50Yoyrac5yLc/+vxUEQ== "@cspotcode/source-map-support@^0.8.0": version "0.8.1" @@ -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.16.5": - version "20.16.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5.tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53" - integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA== +"@types/node@20.16.10": + version "20.16.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.10.tgz#0cc3fdd3daf114a4776f54ba19726a01c907ef71" + integrity sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA== dependencies: undici-types "~6.19.2" diff --git a/pom.xml b/pom.xml index 9609f6a..51ff75a 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 2.0.20 1.12.772 - 2.28.6 + 2.28.10 13.4 3.26.3 3.9.1 @@ -72,7 +72,7 @@ 3.5.0 3.3.1 1.9.20 - 3.2.6 + 3.2.7