Skip to content

Commit 2c76c26

Browse files
committed
Bump dependencies
1 parent 2cdf117 commit 2c76c26

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
npm-debug.log
33
.DS_Store
4+
package-lock.json
45
build/
56

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-local",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Commandline tool to run Lambda functions on your local machine.",
55
"main": "build/lambdalocal.js",
66
"types": "build/lambdalocal.d.ts",
@@ -36,17 +36,17 @@
3636
"node": ">=6"
3737
},
3838
"dependencies": {
39-
"aws-sdk": "^2.488.0",
40-
"commander": "^5.0.0",
41-
"dotenv": "^8.0.0",
39+
"aws-sdk": "^2.689.0",
40+
"commander": "^5.1.0",
41+
"dotenv": "^8.2.0",
4242
"winston": "^3.2.1"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^13.1.7",
45+
"@types/node": "^14.0.10",
4646
"chai": "^4.2.0",
47-
"mocha": "^7.0.0",
47+
"mocha": "^7.2.0",
4848
"sinon": "^9.0.2",
49-
"typescript": "^3.7.5"
49+
"typescript": "^3.9.3"
5050
},
5151
"preferGlobal": true,
5252
"repository": {

0 commit comments

Comments
 (0)