Skip to content

Commit

Permalink
chore(infra): bump deps (#5246)
Browse files Browse the repository at this point in the history
Updated
@aws-sdk/client-amplify
@aws-sdk/client-cognito-identity-provider
@aws-crypto/client-node
@aws-sdk/client-s3
  • Loading branch information
tyllark committed Aug 7, 2024
1 parent a01dc1b commit 9b6b47b
Show file tree
Hide file tree
Showing 2 changed files with 2,831 additions and 2,668 deletions.
26 changes: 13 additions & 13 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.119",
"@types/babel__traverse": "^7.20.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@types/aws-lambda": "^8.10.140",
"@types/babel__traverse": "^7.20.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"aws-cdk": "2.95.0",
"esbuild": "^0.19.2",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"esbuild": "^0.19.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "~5.2.2"
},
"dependencies": {
"@aws-cdk/aws-cognito-identitypool-alpha": "2.95.0-alpha.0",
"@aws-crypto/client-node": "^4.0.0",
"@aws-sdk/client-amplify": "^3.408.0",
"@aws-sdk/client-cognito-identity-provider": "^3.408.0",
"@aws-sdk/client-s3": "^3.408.0",
"@aws-crypto/client-node": "^4.0.1",
"@aws-sdk/client-amplify": "^3.624.0",
"@aws-sdk/client-cognito-identity-provider": "^3.624.0",
"@aws-sdk/client-s3": "^3.624.0",
"aws-cdk-lib": "2.95.0",
"constructs": "^10.2.70",
"constructs": "^10.3.0",
"node-fetch": "^3.3.2",
"source-map-support": "^0.5.21"
},
Expand Down
Loading

0 comments on commit 9b6b47b

Please sign in to comment.