Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2022
1 parent fbc58eb commit 5c9fb3b
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 46 deletions.
24 changes: 12 additions & 12 deletions mock-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"commander": "4.1.1",
"debug": "4.3.4",
"errorhandler": "1.5.1",
"express": "4.18.1",
"express": "4.18.2",
"json-schema-ref-parser": "9.0.9",
"js-yaml": "3.14.1",
"morgan": "1.10.0",
Expand Down
175 changes: 144 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"package": "npx yarn pack --filename openapi-cop.tgz"
},
"dependencies": {
"@types/express": "4.17.13",
"@types/express": "4.17.14",
"@types/valid-url": "^1.0.3",
"ajv": "6.12.6",
"api-spec-converter": "2.12.0",
Expand All @@ -50,7 +50,7 @@
"commander": "4.1.1",
"content-type": "1.0.4",
"debug": "4.3.4",
"express": "4.18.1",
"express": "4.18.2",
"js-yaml": "3.14.1",
"json-schema-ref-parser": "9.0.9",
"lodash": "4.17.21",
Expand Down

0 comments on commit 5c9fb3b

Please sign in to comment.