Skip to content

Commit 3f4ea89

Browse files
committed
Update node_js requirements
1 parent 871896a commit 3f4ea89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

integrations/node_js/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "node ./bin/www"
77
},
88
"dependencies": {
9-
"body-parser": "~1.15.1",
9+
"express": "~4.16.3",
10+
"body-parser": "~1.18.3",
1011
"cookie-parser": "~1.4.3",
11-
"debug": "~2.2.0",
12-
"express": "~4.13.4",
13-
"pug": "~2.0.0-alpha6",
14-
"morgan": "~1.7.0",
15-
"serve-favicon": "~2.3.0"
12+
"debug": "^3.1.0",
13+
"pug": "~2.0.3",
14+
"morgan": "^1.9.0",
15+
"serve-favicon": "^2.5.0"
1616
}
1717
}

0 commit comments

Comments
 (0)