Skip to content

Commit

Permalink
Update dependency express to v4 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 3bf5bb7 commit 9662473
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion decks/devops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"underscore": "~1.5.1",
"express": "~2.5.9",
"express": "~4.19.2",
"mustache": "~0.7.2",
"socket.io": "~0.9.16"
},
Expand Down
2 changes: 1 addition & 1 deletion decks/linux101/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"underscore": "~1.5.1",
"express": "~2.5.9",
"express": "~4.19.2",
"mustache": "~0.7.2",
"socket.io": "~0.9.16"
},
Expand Down
2 changes: 1 addition & 1 deletion decks/react-vs-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"underscore": "~1.5.1",
"express": "~2.5.9",
"express": "~4.19.2",
"mustache": "~0.7.2",
"socket.io": "~0.9.16"
},
Expand Down
2 changes: 1 addition & 1 deletion decks/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"underscore": "~1.5.1",
"express": "~2.5.9",
"express": "~4.19.2",
"mustache": "~0.7.2",
"socket.io": "~0.9.16"
},
Expand Down

0 comments on commit 9662473

Please sign in to comment.