Skip to content

Commit

Permalink
Merge pull request #10 from aws-samples/deps
Browse files Browse the repository at this point in the history
Update some dependencies
  • Loading branch information
matteofigus committed Mar 18, 2020
2 parents 8892e87 + 37f103f commit 910bbba
Show file tree
Hide file tree
Showing 5 changed files with 7,722 additions and 6,508 deletions.
2 changes: 1 addition & 1 deletion src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Globals:
CREATE_CLOUDFRONT_DISTRIBUTION: !Ref CreateCloudFrontDistribution
REGION: !Ref AWS::Region
TO_BUCKET: !Ref WebUIBucket
VERSION: "0.17"
VERSION: "0.18"

Parameters:
AdminEmail:
Expand Down
44 changes: 22 additions & 22 deletions src/functions/setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/functions/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dependencies": {
"aws-sdk": "2.580.0",
"mime-types": "2.1.24",
"unzipper": "0.10.5"
"unzipper": "0.10.10"
}
}
Loading

0 comments on commit 910bbba

Please sign in to comment.