Skip to content

Commit

Permalink
fix(deps): update dependency express to ~4.18.0 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2022
1 parent c1bd0d5 commit bdd4044
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.3",
"express": "~4.18.0",
"nodemon": "~2.0.15"
},
"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,6 +15,6 @@
"dependencies": {
"@types/express": "~4.17.13",
"mocker-api": "2.9.5",
"express": "~4.17.3"
"express": "~4.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clear-module": "~4.1.2",
"colors-cli": "~1.0.28",
"detect-port": "~1.3.0",
"express": "~4.17.2",
"express": "~4.18.0",
"http-proxy": "~1.18.1",
"local-ip-url": "~1.0.3",
"minimist": "~1.2.5",
Expand Down

0 comments on commit bdd4044

Please sign in to comment.