Skip to content

Commit

Permalink
Merge pull request #60 from matrix-org/af/express-version
Browse files Browse the repository at this point in the history
Update express version
  • Loading branch information
AndrewFerr authored Oct 24, 2022
2 parents de12b16 + e9ba45c commit 2691e38
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 101 deletions.
1 change: 1 addition & 0 deletions changelog.d/60.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the version of `express` to match that of `matrix-appservice-bridge`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"author": "matrix.org",
"license": "Apache-2.0",
"dependencies": {
"@types/express": "^4.17.8",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express": "^4.18.1",
"js-yaml": "^4.1.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/chai": "^4.2.22",
"@types/express": "^4.17.14",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.0.0",
"@types/morgan": "^1.9.3",
Expand Down
Loading

0 comments on commit 2691e38

Please sign in to comment.