Skip to content

Commit ef72655

Browse files
committed
Upgrade dependencies
1 parent 00d231c commit ef72655

File tree

3 files changed

+45
-44
lines changed

3 files changed

+45
-44
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Resources:
2121
S3UploadLambdaLayer:
2222
Type: AWS::Serverless::LayerVersion
2323
Properties:
24-
ContentUri: local/path/to/layer.zip # This is the layer downloaded from a release of this project
24+
# This can be npm installed or downloaded as a GitHub release artifact
25+
ContentUri: node_modules/s3-upload-custom-resource-lambda-layer/dist/layer.zip
2526
S3UploadLambda:
2627
Type: AWS::Serverless::Function
2728
Properties:

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"@types/jest": "^26.0.22",
3232
"@types/minimatch": "^3.0.4",
3333
"@types/node": "^14.14.37",
34-
"@typescript-eslint/eslint-plugin": "^4.20.0",
35-
"@typescript-eslint/parser": "^4.20.0",
34+
"@typescript-eslint/eslint-plugin": "^4.21.0",
35+
"@typescript-eslint/parser": "^4.21.0",
36+
"aws-sdk": "^2.880.0",
37+
"deepmerge": "^4.2.2",
3638
"eslint": "^7.23.0",
3739
"jest": "^26.6.3",
40+
"minimatch": "^3.0.4",
3841
"prettier": "^2.2.1",
3942
"ts-jest": "^26.5.4",
4043
"ts-loader": "^8.1.0",
4144
"typescript": "^4.2.3",
4245
"webpack": "^5.30.0",
43-
"webpack-cli": "^4.6.0",
44-
"aws-sdk": "^2.878.0",
45-
"deepmerge": "^4.2.2",
46-
"minimatch": "^3.0.4"
46+
"webpack-cli": "^4.6.0"
4747
}
4848
}

0 commit comments

Comments
 (0)