Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.17.2 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 26, 2022
1 parent badd2fd commit 5b59769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"express": "4.17.1",
"express": "4.17.2",
"nodemon": "2.0.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@types/express": "4.17.13",
"mocker-api": "2.9.4",
"express": "4.17.1"
"express": "4.17.2"
},
"devDependencies": {
"typescript": "4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"clear-module": "4.1.2",
"colors-cli": "1.0.28",
"detect-port": "1.3.0",
"express": "4.17.1",
"express": "4.17.2",
"http-proxy": "1.18.1",
"local-ip-url": "1.0.3",
"minimist": "1.2.5",
Expand Down

0 comments on commit 5b59769

Please sign in to comment.