Skip to content

Commit 5863443

Browse files
committed
update dependencies
1 parent 3433262 commit 5863443

File tree

3 files changed

+44
-40
lines changed

3 files changed

+44
-40
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.5]  (2020-09-11)
8+
9+
### Changed
10+
11+
- Update dependencies
12+
713
## [4.0.4]  (2020-09-06)
814

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

288-
[4.0.2]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.3...v4.0.4
294+
[4.0.5]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.4...v4.0.5
295+
[4.0.4]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.3...v4.0.4
289296
[4.0.3]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.2...v4.0.3
290297
[4.0.2]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.1...v4.0.2
291298
[4.0.1]: https://github.com/manwaring/lambda-wrapper/compare/v4.0.0...v4.0.1

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
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.4",
4+
"version": "4.0.5",
55
"scripts": {
66
"publish-please-dry-run": "publish-please --dry-run",
77
"publish-please": "publish-please",
@@ -23,12 +23,12 @@
2323
"@types/aws-lambda": "^8.10.62",
2424
"@types/cfn-response": "^1.0.3",
2525
"@types/jest": "^26.0.13",
26-
"@types/node": "^14.6.4",
26+
"@types/node": "^14.10.1",
2727
"aws-lambda": "^1.0.6",
28-
"aws-sdk": "^2.747.0",
28+
"aws-sdk": "^2.751.0",
2929
"babel-jest": "^26.3.0",
3030
"codecov": "^3.7.2",
31-
"husky": "^4.2.5",
31+
"husky": "^4.3.0",
3232
"jest": "^26.4.2",
3333
"publish-please": "^5.5.1",
3434
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)