Skip to content

Commit b9c8ce2

Browse files
author
Ahmad Nassri
committed
refactor(dependencies): update dependencies
1 parent 63b09c0 commit b9c8ce2

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,37 +58,37 @@
5858
]
5959
},
6060
"devDependencies": {
61-
"codeclimate-test-reporter": "0.0.4",
61+
"codeclimate-test-reporter": "0.3.1",
6262
"cz-conventional-changelog": "^1.1.5",
63-
"echint": "^1.1.3",
64-
"istanbul": "^0.3.14",
65-
"mocha": "^2.2.5",
66-
"should": "^6.0.3",
67-
"standard": "^3.11.1",
63+
"echint": "^1.5.2",
64+
"mocha": "^2.4.5",
65+
"should": "^8.2.2",
66+
"standard": "^6.0.4",
6867
"unirest": "^0.4.2",
69-
"semantic-release": "^4.3.5"
68+
"semantic-release": "^6.2.0"
7069
},
7170
"dependencies": {
72-
"change-case": "^2.3.0",
73-
"commander": "^2.8.1",
74-
"compression": "^1.4.4",
75-
"cookie-parser": "^1.3.5",
71+
"change-case": "^2.3.1",
72+
"commander": "^2.9.0",
73+
"compression": "^1.6.1",
74+
"cookie-parser": "^1.4.1",
7675
"debug-log": "^1.0.0",
77-
"dicer": "^0.2.4",
78-
"dotenv": "^1.1.0",
79-
"express": "^4.12.4",
76+
"dicer": "^0.2.5",
77+
"dotenv": "^2.0.0",
78+
"express": "^4.13.4",
8079
"forwarded-http": "^0.3.0",
81-
"har-validator": "^1.7.1",
82-
"jade": "^1.10.0",
83-
"marked": "^0.3.3",
80+
"har-validator": "^2.0.6",
81+
"istanbul": "^0.4.2",
82+
"jade": "^1.11.0",
83+
"jstransformer-marked": "^1.0.1",
8484
"media-typer": "^0.3.0",
85-
"method-override": "^2.3.3",
86-
"moment": "^2.10.3",
87-
"morgan": "^1.5.3",
88-
"node-uuid": "^1.4.3",
89-
"redis": "^0.12.1",
85+
"method-override": "^2.3.5",
86+
"moment": "^2.11.2",
87+
"morgan": "^1.6.1",
88+
"node-uuid": "^1.4.7",
89+
"redis": "^2.4.2",
9090
"require-directory": "^2.1.1",
9191
"xmlbuilder": "^4.2.1",
92-
"yamljs": "^0.2.3"
92+
"yamljs": "^0.2.4"
9393
}
9494
}

src/views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ extends layout.jade
22

33
block content
44
div.container
5-
include:markdown ../../README.md
5+
include:marked ../../README.md

test/http/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ describe('HTTP', function () {
7777
})
7878

7979
req.end(function (res) {
80-
res.body.should.be.an.Array.and.be.containDeep(['10.10.10.1', '10.10.10.2', '10.10.10.3'])
80+
res.body.should.be.an.Array
81+
res.body.should.containDeep(['10.10.10.1', '10.10.10.2', '10.10.10.3'])
8182

8283
done()
8384
})

0 commit comments

Comments
 (0)