Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 9b10596

Browse files
committed
Merge pull request #159 from apiaryio/release_0-4-6
Release 0.4.6
2 parents e790f50 + 74e4d59 commit 9b10596

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dredd",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "API Blueprint testing tool",
55
"main": "lib/dredd.js",
66
"bin": {
@@ -22,31 +22,31 @@
2222
"coffee-script": "^1.9.1",
2323
"file": "~0.2.2",
2424
"gavel": "~0.4.0",
25-
"glob": "^4.4.0",
25+
"glob": "^4.4.1",
2626
"html": "~0.0.7",
2727
"htmlencode": "~0.0.4",
28-
"markdown-it": "^3.0.6",
28+
"markdown-it": "^3.0.7",
2929
"node-uuid": "~1.4.2",
3030
"optimist": "~0.6.1",
31-
"protagonist": "~0.17.1",
31+
"protagonist": "~0.17.2",
3232
"proxyquire": "^1.3.1",
3333
"request": "^2.53.0",
3434
"setimmediate": "^1.0.2",
3535
"uri-template": "~1.0.0",
3636
"winston": "^0.9.0",
37-
"chai": "^2.0.0"
37+
"chai": "^2.1.0"
3838
},
3939
"devDependencies": {
4040
"body-parser": "^1.12.0",
4141
"codo": "2.0.9",
42-
"coffee-coverage": "~0.4.4",
42+
"coffee-coverage": "~0.4.5",
4343
"coffee-errors": "~0.8.6",
44-
"coffeelint": "^1.8.1",
44+
"coffeelint": "^1.9.2",
4545
"coveralls": "~2.11.2",
46-
"express": "^4.11.1",
46+
"express": "^4.12.1",
4747
"jscoverage": "~0.5.9",
4848
"mocha": "^2.1.0",
49-
"mocha-lcov-reporter": "0.0.1",
49+
"mocha-lcov-reporter": "0.0.2",
5050
"nock": "^0.59.1",
5151
"sinon": "^1.12.2"
5252
},

0 commit comments

Comments
 (0)