Skip to content

Commit d509c22

Browse files
committed
Update dependencies
1 parent b4d4e34 commit d509c22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
"jsonml",
2525
"parse"
2626
],
27-
"author": "Christian Tegner",
27+
"author": "Christian Tegnér",
2828
"license": "ISC",
2929
"bugs": {
3030
"url": "https://github.com/CMTegner/jsonml-parse/issues"
3131
},
3232
"homepage": "https://github.com/CMTegner/jsonml-parse",
3333
"dependencies": {
34-
"JSONStream": "^0.8.4",
34+
"JSONStream": "^0.9.0",
3535
"concat-stream": "^1.4.6",
3636
"html-entities": "^1.0.10",
3737
"htmlparser2": "^3.7.3",
3838
"lodash.isempty": "^2.4.1",
3939
"nomnom": "^1.8.0"
4040
},
4141
"devDependencies": {
42-
"browserify": "^5.9.1",
43-
"covert": "^0.4.0",
42+
"browserify": "^5.10.0",
43+
"covert": "^1.0.0",
4444
"jscs": "^1.5.9",
4545
"jshint": "^2.5.3",
46-
"tape": "^2.13.4",
46+
"tape": "^2.14.0",
4747
"testling": "^1.7.0"
4848
}
4949
}

0 commit comments

Comments
 (0)