Skip to content

Commit 262f09e

Browse files
committed
update dependencies
1 parent 34c471a commit 262f09e

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66

7+
## [4.0.6]  (2020-09-23)
8+
9+
### Changed
10+
11+
- Update dependencies
12+
713
## [4.0.5]  (2020-09-11)
814

915
### Changed
@@ -291,6 +297,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
291297
- Update older libraries
292298
- Now publish from Git tags instead of master pushes
293299

300+
[4.0.6]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.5...v4.0.6
294301
[4.0.5]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.4...v4.0.5
295302
[4.0.4]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.3...v4.0.4
296303
[4.0.3]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.2...v4.0.3

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@manwaring/lambda-wrapper",
33
"description": "A lambda handler wrapper to abstract common functionality and provide useful defaults",
4-
"version": "4.0.5",
4+
"version": "4.0.6",
55
"scripts": {
66
"publish-please-dry-run": "publish-please --dry-run",
77
"publish-please": "publish-please",
@@ -22,18 +22,18 @@
2222
"@babel/preset-typescript": "^7.10.4",
2323
"@types/aws-lambda": "^8.10.62",
2424
"@types/cfn-response": "^1.0.3",
25-
"@types/jest": "^26.0.13",
26-
"@types/node": "^14.10.1",
25+
"@types/jest": "^26.0.14",
26+
"@types/node": "^14.11.2",
2727
"aws-lambda": "^1.0.6",
28-
"aws-sdk": "^2.751.0",
28+
"aws-sdk": "^2.759.0",
2929
"babel-jest": "^26.3.0",
3030
"codecov": "^3.7.2",
3131
"husky": "^4.3.0",
3232
"jest": "^26.4.2",
3333
"publish-please": "^5.5.1",
3434
"rimraf": "^3.0.2",
35-
"serverless-plugin-test-helper": "^2.4.3",
36-
"typescript": "^4.0.2"
35+
"serverless-plugin-test-helper": "^2.4.5",
36+
"typescript": "^4.0.3"
3737
},
3838
"husky": {
3939
"hooks": {

0 commit comments

Comments
 (0)