Skip to content

Commit

Permalink
chore(deps): Update infra deps (#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 authored Aug 9, 2023
1 parent 73c8ec0 commit ee2e1a0
Show file tree
Hide file tree
Showing 2 changed files with 1,180 additions and 1,726 deletions.
32 changes: 16 additions & 16 deletions infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"destroy": "cdk destroy --profile=${AWS_PROFILE:=default}"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.114",
"@types/babel__traverse": "^7.18.5",
"@types/jest": "^27.5.2",
"@types/node": "^18.16.2",
"@types/prettier": "^2.7.2",
"aws-cdk": "2.77.0",
"esbuild": "^0.15.18",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"@types/aws-lambda": "^8.10.119",
"@types/babel__traverse": "^7.20.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.6",
"@types/prettier": "^3.0.0",
"aws-cdk": "2.89.0",
"esbuild": "^0.18.17",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~3.9.10"
"typescript": "~5.1.6"
},
"dependencies": {
"@aws-cdk/aws-cognito-identitypool-alpha": "2.77.0-alpha.0",
"@aws-crypto/client-node": "^3.2.0",
"@aws-sdk/client-cognito-identity-provider": "^3.382.0",
"aws-cdk-lib": "2.80.0",
"constructs": "^10.2.9",
"node-fetch": "^3.3.1",
"@aws-cdk/aws-cognito-identitypool-alpha": "2.89.0-alpha.0",
"@aws-crypto/client-node": "^4.0.0",
"@aws-sdk/client-cognito-identity-provider": "^3.383.0",
"aws-cdk-lib": "2.89.0",
"constructs": "^10.2.69",
"node-fetch": "^3.3.2",
"source-map-support": "^0.5.21"
}
}
Loading

0 comments on commit ee2e1a0

Please sign in to comment.