Skip to content

Commit 052bed1

Browse files
fix(deps): update dependency express to ~4.20.0 [security] (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88e8526 commit 052bed1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"express": "~4.19.0",
17+
"express": "~4.20.0",
1818
"nodemon": "~2.0.20"
1919
},
2020
"devDependencies": {

example/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@types/express": "~4.17.14",
17-
"express": "~4.19.0",
17+
"express": "~4.20.0",
1818
"mocker-api": "^2.9.11"
1919
}
2020
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"clear-module": "~4.1.2",
5555
"colors-cli": "~1.0.28",
5656
"detect-port": "~1.6.0",
57-
"express": "~4.19.0",
57+
"express": "~4.20.0",
5858
"http-proxy": "~1.18.1",
5959
"local-ip-url": "~1.0.3",
6060
"minimist": "~1.2.7",

0 commit comments

Comments
 (0)