Skip to content

Commit

Permalink
Update cdk deps to v1.203.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2023
1 parent 4daecbd commit 7af70ef
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 271 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"postinstall": "husky install"
},
"devDependencies": {
"@aws-cdk/assert": "1.159.0",
"@aws-cdk/assert": "1.203.0",
"@types/aws-lambda": "8.10.119",
"@types/jest": "27.5.2",
"@types/ms": "0.7.31",
"@types/node": "16.18.38",
"aws-cdk": "1.159.0",
"aws-cdk": "1.203.0",
"aws-lambda": "1.0.7",
"aws-sdk": "2.1412.0",
"esbuild": "0.18.11",
Expand All @@ -32,10 +32,10 @@
"typescript": "4.9.5"
},
"dependencies": {
"@aws-cdk/aws-lambda": "1.159.0",
"@aws-cdk/aws-lambda-nodejs": "1.159.0",
"@aws-cdk/aws-ssm": "1.159.0",
"@aws-cdk/core": "1.159.0",
"@aws-cdk/aws-lambda": "1.203.0",
"@aws-cdk/aws-lambda-nodejs": "1.203.0",
"@aws-cdk/aws-ssm": "1.203.0",
"@aws-cdk/core": "1.203.0",
"ms": "2.1.3",
"source-map-support": "0.5.21"
},
Expand Down
Loading

0 comments on commit 7af70ef

Please sign in to comment.