Skip to content

Commit 3923c43

Browse files
committed
version bump
1 parent 5d4a014 commit 3923c43

File tree

2 files changed

+119
-94
lines changed

2 files changed

+119
-94
lines changed

package-lock.json

Lines changed: 113 additions & 88 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
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-api",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "Lightweight web framework for your serverless applications",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -33,15 +33,15 @@
3333
"homepage": "https://github.com/jeremydaly/lambda-api#readme",
3434
"dependencies": {},
3535
"devDependencies": {
36-
"@types/aws-lambda": "^8.10.44",
37-
"@types/node": "^10.17.16",
38-
"aws-sdk": "^2.624.0",
36+
"@types/aws-lambda": "^8.10.51",
37+
"@types/node": "^10.17.21",
38+
"aws-sdk": "^2.664.0",
3939
"bluebird": "^3.7.2",
4040
"chai": "^4.2.0",
41-
"coveralls": "^3.0.9",
41+
"coveralls": "^3.1.0",
4242
"eslint": "^4.19.1",
4343
"eslint-config-airbnb-base": "^12.1.0",
44-
"eslint-plugin-import": "^2.20.1",
44+
"eslint-plugin-import": "^2.20.2",
4545
"istanbul": "^0.4.5",
4646
"mocha": "^4.1.0",
4747
"mocha-lcov-reporter": "^1.3.0",

0 commit comments

Comments
 (0)