Skip to content

Commit 9377cf2

Browse files
committed
chore: update dependencies in package.json
- Bump @types/node from 25.0.10 to 25.1.0 - Upgrade @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 8.53.1 to 8.54.0 - Update globals from 17.0.0 to 17.2.0 - Upgrade typescript-eslint from 8.53.1 to 8.54.0 - Bump AWS SDK clients from 3.972.0 to 3.978.0 - Update @leanstacks/lambda-utils from 0.5.0 to 0.7.0 - Upgrade zod from 4.3.5 to 4.3.6
1 parent 5f5feee commit 9377cf2

4 files changed

Lines changed: 446 additions & 445 deletions

File tree

infrastructure/package-lock.json

Lines changed: 20 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"devDependencies": {
3131
"@types/jest": "30.0.0",
32-
"@types/node": "25.0.10",
33-
"aws-cdk": "2.1101.0",
32+
"@types/node": "25.1.0",
33+
"aws-cdk": "2.1104.0",
3434
"aws-cdk-local": "3.0.1",
3535
"esbuild": "0.27.2",
3636
"jest": "30.2.0",
@@ -40,10 +40,10 @@
4040
"typescript": "5.9.3"
4141
},
4242
"dependencies": {
43-
"aws-cdk-lib": "2.235.1",
43+
"aws-cdk-lib": "2.236.0",
4444
"constructs": "10.4.5",
4545
"dotenv": "17.2.3",
4646
"source-map-support": "0.5.21",
47-
"zod": "4.3.5"
47+
"zod": "4.3.6"
4848
}
4949
}

0 commit comments

Comments
 (0)