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 Feb 3, 2023
1 parent 72a2d44 commit 191f7a5
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 44 deletions.
34 changes: 25 additions & 9 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
177 changes: 145 additions & 32 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.16",
"@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 191f7a5

Please sign in to comment.