From 9a30c078857f6924beb98dfb6140d8ef88c29f23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Dec 2024 07:41:09 +0000 Subject: [PATCH] fix: upgrade express-openapi-validator from 5.3.7 to 5.3.9 Snyk has created this PR to upgrade express-openapi-validator from 5.3.7 to 5.3.9. See this package in npm: 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=referral&page=upgrade-pr --- examples/3-eov-operations/package-lock.json | 14 +++++++------- examples/3-eov-operations/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/3-eov-operations/package-lock.json b/examples/3-eov-operations/package-lock.json index ca55c16b..d72c4b42 100644 --- a/examples/3-eov-operations/package-lock.json +++ b/examples/3-eov-operations/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "express-openapi-validator": "^5.3.7", + "express-openapi-validator": "^5.3.9", "morgan": "^1.10.0" }, "devDependencies": { @@ -622,9 +622,9 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.7.tgz", - "integrity": "sha512-AFlIXvICrPWJvWtrsfpL212kyvmyzThcZ1ASnnsRqmzxSo/3SV+J7M1oEsFYbqo7AYQPGtSBKy7eheGM6wPwag==", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.9.tgz", + "integrity": "sha512-I6MNpbOyJbp8iML7lrmke1cVVLgdH4w9mfSX7qSZRDizqO9CKnjQYXNyu2YqrEqD/3OxFsWuSdzL+1Q8qwAhCQ==", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.0", @@ -2175,9 +2175,9 @@ } }, "express-openapi-validator": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.7.tgz", - "integrity": "sha512-AFlIXvICrPWJvWtrsfpL212kyvmyzThcZ1ASnnsRqmzxSo/3SV+J7M1oEsFYbqo7AYQPGtSBKy7eheGM6wPwag==", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.9.tgz", + "integrity": "sha512-I6MNpbOyJbp8iML7lrmke1cVVLgdH4w9mfSX7qSZRDizqO9CKnjQYXNyu2YqrEqD/3OxFsWuSdzL+1Q8qwAhCQ==", "requires": { "@apidevtools/json-schema-ref-parser": "^11.7.0", "@types/multer": "^1.4.12", diff --git a/examples/3-eov-operations/package.json b/examples/3-eov-operations/package.json index 5cb79fa2..e1ae4104 100644 --- a/examples/3-eov-operations/package.json +++ b/examples/3-eov-operations/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "express-openapi-validator": "^5.3.7", + "express-openapi-validator": "^5.3.9", "morgan": "^1.10.0" }, "devDependencies": {