Skip to content

Commit 5c51d26

Browse files
committed
chore(package): update dependencies
1 parent 266ab25 commit 5c51d26

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ config.json
55
coverage
66
npm-debug.log
77
.floo*
8+
package-lock.json

package.json

+16-14
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,33 @@
1616
"test": "npm run lint && tape tests/*.js | tap-spec",
1717
"coverage": "istanbul cover tape tests/*.js",
1818
"coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
19-
"semantic-release": "semantic-release"
19+
"semantic-release": "semantic-release",
20+
"travis-deploy-once": "travis-deploy-once"
2021
},
2122
"dependencies": {
22-
"ansi-to-html": "^0.6.0",
23+
"ansi-to-html": "^0.6.4",
2324
"async-tools": "^1.3.0",
24-
"bl": "~1.2.0",
25+
"bl": "~1.2.2",
2526
"jade": "~1.11.0",
26-
"logging-tool": "~1.2.2",
27+
"logging-tool": "~1.2.3",
2728
"minimist": "^1.2.0",
28-
"node-static": "^0.7.7",
29-
"semver": "^5.1.0",
29+
"node-static": "^0.7.10",
30+
"semver": "^5.5.0",
3031
"socket.io": "~2.1.0",
3132
"string-format": "~1.0.0"
3233
},
3334
"devDependencies": {
34-
"codeclimate-test-reporter": "~0.4.0",
35-
"cz-conventional-changelog": "^2.0.0",
36-
"ghooks": "^2.0.0",
37-
"istanbul": "~0.4.2",
38-
"jshint": "~2.9.1-rc3",
39-
"semantic-release": "^15.0.0",
35+
"codeclimate-test-reporter": "~0.5.0",
36+
"cz-conventional-changelog": "^2.1.0",
37+
"ghooks": "^2.0.3",
38+
"istanbul": "~0.4.5",
39+
"jshint": "~2.9.5",
40+
"semantic-release": "^15.1.7",
4041
"tap-spec": "~4.1.1",
4142
"tape": "~4.9.0",
42-
"through2": "~2.0.0",
43-
"validate-commit-msg": "^2.3.1"
43+
"through2": "~2.0.3",
44+
"validate-commit-msg": "^2.14.0",
45+
"travis-deploy-once": "^4.4.1"
4446
},
4547
"bugs": {
4648
"url": "https://github.com/itsapi/github-listener/issues"

0 commit comments

Comments
 (0)