Skip to content

Commit 1c5f2b5

Browse files
fix(deps): update dependency express to v4.21.2
1 parent 72a2d44 commit 1c5f2b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mock-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"commander": "4.1.1",
3636
"debug": "4.3.4",
3737
"errorhandler": "1.5.1",
38-
"express": "4.18.1",
38+
"express": "4.21.2",
3939
"json-schema-ref-parser": "9.0.9",
4040
"js-yaml": "3.14.1",
4141
"morgan": "1.10.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"package": "npx yarn pack --filename openapi-cop.tgz"
4242
},
4343
"dependencies": {
44-
"@types/express": "4.17.13",
44+
"@types/express": "4.17.23",
4545
"@types/valid-url": "^1.0.3",
4646
"ajv": "6.12.6",
4747
"api-spec-converter": "2.12.0",
@@ -50,7 +50,7 @@
5050
"commander": "4.1.1",
5151
"content-type": "1.0.4",
5252
"debug": "4.3.4",
53-
"express": "4.18.1",
53+
"express": "4.21.2",
5454
"js-yaml": "3.14.1",
5555
"json-schema-ref-parser": "9.0.9",
5656
"lodash": "4.17.21",

0 commit comments

Comments
 (0)