Skip to content

Commit

Permalink
chore(deps): update dependency express to v4.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 2b2460e commit be77945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/express-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@o-rango/o-express-middleware": "^0.0.1",
"@o-rango/o-router-client": "^0.0.0",
"express": "^4.16.3"
"express": "4.17.3"
}
}
4 changes: 2 additions & 2 deletions packages/o-express-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/express": "4.16.0",
"@types/express": "4.17.13",
"@types/jest": "23.3.2",
"@types/node": "10.5.2",
"@types/winston": "2.3.9",
"codecov": "3.0.4",
"express": "4.16.3",
"express": "4.17.3",
"jest": "23.4.0",
"jest-extended": "0.7.2",
"ts-jest": "24.0.0",
Expand Down

0 comments on commit be77945

Please sign in to comment.