Skip to content

Commit 1dad0c1

Browse files
committedJan 22, 2019
Bump dependencies with known vulnerabilities
1 parent f9ffa94 commit 1dad0c1

File tree

2 files changed

+424
-4
lines changed

2 files changed

+424
-4
lines changed
 

‎package-lock.json

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

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A purely functional workflow engine ",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha"
7+
"test": "mocha --exit"
88
},
99
"repository": {
1010
"type": "git",
@@ -24,13 +24,13 @@
2424
"dependencies": {
2525
"async": "^0.9.0",
2626
"debug": "^2.1.3",
27-
"handlebars": "^3.0.2",
28-
"lodash": "^3.7.0",
27+
"handlebars": "^4.0.12",
28+
"lodash": "^4.17.11",
2929
"pg": "^4.3.0",
3030
"xregexp": "^2.0.0"
3131
},
3232
"devDependencies": {
33-
"mocha": "^2.2.5",
33+
"mocha": "^5.2.0",
3434
"require-version": "^1.1.0"
3535
}
3636
}

0 commit comments

Comments
 (0)
Please sign in to comment.