From b18152fe98a1c5b9a824fdd94bf30bb6007e2e59 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 28 Jun 2024 21:00:22 +0200
Subject: [PATCH] fix(deps): update all non-major dependencies (#160)
io.github.openfeign:feign-bom 13.2.1 to 13.3
---
.github/workflows/pull-request-lint.yml | 2 +-
integration-tests/infrastructure/package.json | 6 ++---
integration-tests/infrastructure/yarn.lock | 24 +++++++++----------
pom.xml | 8 +++----
4 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml
index 7507346..626736d 100644
--- a/.github/workflows/pull-request-lint.yml
+++ b/.github/workflows/pull-request-lint.yml
@@ -13,7 +13,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- - uses: amannn/action-semantic-pull-request@v5.5.2
+ - uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
diff --git a/integration-tests/infrastructure/package.json b/integration-tests/infrastructure/package.json
index ae449bd..95f2eee 100644
--- a/integration-tests/infrastructure/package.json
+++ b/integration-tests/infrastructure/package.json
@@ -13,13 +13,13 @@
"node": ">=20"
},
"dependencies": {
- "@cdktf/provider-aws": "19.23.0",
+ "@cdktf/provider-aws": "19.24.0",
"cdktf": "0.20.7",
"constructs": "10.3.0"
},
"devDependencies": {
- "@types/node": "20.14.4",
+ "@types/node": "20.14.9",
"ts-node": "10.9.2",
- "typescript": "5.4.5"
+ "typescript": "5.5.2"
}
}
diff --git a/integration-tests/infrastructure/yarn.lock b/integration-tests/infrastructure/yarn.lock
index 736c8fc..a420537 100644
--- a/integration-tests/infrastructure/yarn.lock
+++ b/integration-tests/infrastructure/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@cdktf/provider-aws@19.23.0":
- version "19.23.0"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.23.0.tgz#499ccb5f52638ad829e3d90f994e7e2cafa7af29"
- integrity sha512-BWM07KQuIwQhPreRVxN43s24Fn7jdkHV5nmNLwx/RpZjT/iTcbNIAW9uFFyfkAgL82wAjqZSDlbXREf0nM3asQ==
+"@cdktf/provider-aws@19.24.0":
+ version "19.24.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-19.24.0.tgz#cdc8ea1bb55a208fc80e2960923800fe7a548ec1"
+ integrity sha512-cxudn68FJIJ5o1FksoWVmKA3NeMLKAduADGgUX/29jlk+U9/sJIqCo33T8P9hBE6nFEsguxPC0h4hQOn6aOhNg==
"@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.14.4":
- version "20.14.4"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.4.tgz#3426db474378502882036d595ec9e79a9b17d1e6"
- integrity sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==
+"@types/node@20.14.9":
+ version "20.14.9"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
+ integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
dependencies:
undici-types "~5.26.4"
@@ -470,10 +470,10 @@ ts-node@10.9.2:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"
-typescript@5.4.5:
- version "5.4.5"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
- integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
+typescript@5.5.2:
+ version "5.5.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
+ integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
undici-types@~5.26.4:
version "5.26.5"
diff --git a/pom.xml b/pom.xml
index ad8a5bb..9e9fc48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,11 +62,11 @@
true
2.0.0
- 1.12.745
- 2.26.4
- 13.2.1
+ 1.12.752
+ 2.26.11
+ 13.3
3.26.0
- 3.6.0
+ 3.8.0
3.3.0
3.3.0