mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Update CDK dependencies to address https://github.com/swift-server/swift-aws-lambda-runtime/security/dependabot/2
24 lines
425 B
JSON
24 lines
425 B
JSON
{
|
|
"name": "deploy",
|
|
"version": "0.1.0",
|
|
"bin": {
|
|
"deploy": "bin/deploy.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"cdk": "cdk"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "22.13.10",
|
|
"aws-cdk": "2.1003.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"aws-cdk-lib": "^2.183.0",
|
|
"constructs": "^10.4.2"
|
|
}
|
|
}
|