Skip to content

Commit

Permalink
build: upgrade ewpress
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Oct 31, 2023
1 parent 18c56db commit 8da56ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "^4.3.1",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"morgan": "^1.10.0",
"twig": "^1.15.4"
"cookie-parser": "1.4.6",
"debug": "4.3.4",
"express": "4.18.2",
"http-errors": "2.0.0",
"morgan": "1.10.0",
"twig": "1.16.0"
}
}

0 comments on commit 8da56ca

Please sign in to comment.