Skip to content

Commit e81885b

Browse files
feat(deps): bumping dependencies (#898)
1 parent 1d10ef9 commit e81885b

File tree

3 files changed

+1728
-1854
lines changed

3 files changed

+1728
-1854
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
terraform-version: [1.3.9]
2323
steps:
2424
- name: Checkout Code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Setup Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v4
2828
with:
@@ -99,7 +99,7 @@ jobs:
9999
./node_modules
100100
./app/api-destined-function/node_modules
101101
key: ${{ runner.os }}-${{ github.ref }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
102-
- uses: actions/download-artifact@v4
102+
- uses: actions/download-artifact@v5
103103
with:
104104
name: docs-artifact
105105
path: ./api-docs/

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
},
5252
"dependencies": {
5353
"@aws-sdk/client-secrets-manager": "^3.817.0",
54-
"@aws-sdk/credential-providers": "^3.817.0",
54+
"@aws-sdk/credential-providers": "^3.886.0",
5555
"@aws-sdk/types": "^3.804.0",
5656
"@cdktf/provider-aws": "^19.63.0",
57-
"@cdktf/provider-azurerm": "^14.4.0",
58-
"@cdktf/provider-cloudflare": "^13.1.0",
59-
"@types/lodash": "^4.17.16",
57+
"@cdktf/provider-azurerm": "^14.12.0",
58+
"@cdktf/provider-cloudflare": "^13.4.0",
59+
"@types/lodash": "^4.17.20",
6060
"@types/node": "^22.15.17",
6161
"@types/uuid": "^10.0.0",
6262
"app-root-path": "^3.1.0",
@@ -72,8 +72,8 @@
7272
"uuid": "^11.1.0"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.27.1",
76-
"@babel/eslint-parser": "^7.27.1",
75+
"@babel/core": "^7.28.4",
76+
"@babel/eslint-parser": "^7.28.4",
7777
"@babel/plugin-proposal-class-properties": "^7.18.6",
7878
"@eslint/config-array": "^0.20.0",
7979
"@eslint/object-schema": "^2.1.6",

0 commit comments

Comments
 (0)