Skip to content

Commit afd29bd

Browse files
committed
fix: examples/2-standard-multiple-api-specs/package.json & examples/2-standard-multiple-api-specs/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729
1 parent 20077d2 commit afd29bd

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

examples/2-standard-multiple-api-specs/package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/2-standard-multiple-api-specs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"express-openapi-validator": "^5.5.3",
16-
"morgan": "^1.10.0"
16+
"morgan": "^1.10.1"
1717
},
1818
"devDependencies": {
1919
"nodemon": "^2.0.4",

0 commit comments

Comments
 (0)