Skip to content

Commit afe96f0

Browse files
Updating dependencies
1 parent 1d4d650 commit afe96f0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-jsdoc",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Generates swagger doc based on JSDoc",
55
"main": "index.js",
66
"scripts": {
@@ -27,18 +27,18 @@
2727
},
2828
"homepage": "https://github.com/Surnet/swagger-jsdoc",
2929
"dependencies": {
30-
"doctrine": "^0.6.4",
31-
"js-yaml": "^3.3.1",
32-
"swagger-parser": "^2.4.2"
30+
"doctrine": "^0.7.0",
31+
"js-yaml": "^3.4.2",
32+
"swagger-parser": "^3.0.1"
3333
},
3434
"devDependencies": {
35-
"body-parser": "^1.12.4",
36-
"express": "^4.12.4",
37-
"istanbul": "^0.3.14",
38-
"jscs": "^1.13.1",
39-
"mocha": "^2.2.5",
40-
"mocha-jscs": "^1.1.0",
35+
"body-parser": "^1.14.0",
36+
"express": "^4.13.3",
37+
"istanbul": "^0.3.21",
38+
"jscs": "^2.1.1",
39+
"mocha": "^2.3.3",
40+
"mocha-jscs": "^3.0.0",
4141
"mocha-jshint": "^2.2.3",
42-
"supertest": "^1.0.1"
42+
"supertest": "^1.1.0"
4343
}
4444
}

0 commit comments

Comments
 (0)