Skip to content

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

05-nginx-express-redis-nodemon/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "nodemon -L app/bin/www"
77
},
88
"dependencies": {
9-
"express": "~4.9.0",
10-
"body-parser": "~1.8.1",
9+
"express": "~4.16.0",
10+
"body-parser": "~1.17.1",
1111
"cookie-parser": "~1.3.3",
1212
"morgan": "~1.3.0",
13-
"serve-favicon": "~2.1.3",
14-
"debug": "~2.0.0",
13+
"serve-favicon": "~2.4.5",
14+
"debug": "~2.6.9",
1515
"hjs": "~0.0.6",
1616
"redis": "~0.12.1",
1717
"hiredis": "~0.1.17"

0 commit comments

Comments
 (0)