From ca87e20d80d78253ba14dc0bb2d85ca773e46a7f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 27 Oct 2020 01:37:59 +0200 Subject: [PATCH] fix: upgrade express-openapi-validator from 4.0.4 to 4.0.7 (#413) Snyk has created this PR to upgrade express-openapi-validator from 4.0.4 to 4.0.7. See this package in npm: https://www.npmjs.com/package/express-openapi-validator See this project in Snyk: https://app.snyk.io/org/cdimascio/project/0ac9a5bd-9a7f-4c0e-bf8b-51d0bd4c4448?utm_source=github&utm_medium=upgrade-pr --- examples/3-eov-operations/package-lock.json | 6 +++--- examples/3-eov-operations/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/3-eov-operations/package-lock.json b/examples/3-eov-operations/package-lock.json index 98a15aec..4e7c8ea7 100644 --- a/examples/3-eov-operations/package-lock.json +++ b/examples/3-eov-operations/package-lock.json @@ -497,9 +497,9 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, "express-openapi-validator": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-4.0.4.tgz", - "integrity": "sha512-f2Dy5ukfkPK5P7I+n5bSFiJuJAV+jBDNn0c8ratpoVRCndcntk+oxP1pqcCDzYqJ2NIE8kaPeYoTbnZ5kfhaiQ==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-4.0.7.tgz", + "integrity": "sha512-X013impE9Jygx/ENblxYQkAI3z41pCl/tHsv2V8kS8dNNA16sapXfNi5EJAsNOD5KxgQYsP6vRhT3wxnyJBYTA==", "requires": { "ajv": "^6.12.4", "content-type": "^1.0.4", diff --git a/examples/3-eov-operations/package.json b/examples/3-eov-operations/package.json index 252ee4f1..eac8aa73 100644 --- a/examples/3-eov-operations/package.json +++ b/examples/3-eov-operations/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "body-parser": "^1.19.0", - "express-openapi-validator": "^4.0.4", + "express-openapi-validator": "^4.0.7", "morgan": "^1.10.0" }, "devDependencies": {