Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 07_BasicExpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": ""
},
"dependencies": {
"express": "4.16.0",
"express": "4.20.0",
"jade": "*",
"stylus": "*",
"snyk": "^1.99.0"
Expand Down
2 changes: 1 addition & 1 deletion 08_ExpressREST/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": ""
},
"dependencies": {
"express": "3.4.4",
"express": "4.20.0",
"jade": "*",
"stylus": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion 11_ExpressMultiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express": "~4.20.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion 12_AdvancedRESTAPI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express": "~4.20.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion 14_AdvancedJade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express": "~4.20.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express": "~4.20.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
Expand Down