diff --git a/examples/2-standard-multiple-api-specs/package-lock.json b/examples/2-standard-multiple-api-specs/package-lock.json index 2bc4f0ce..aa2e2b6e 100644 --- a/examples/2-standard-multiple-api-specs/package-lock.json +++ b/examples/2-standard-multiple-api-specs/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.8", "morgan": "^1.10.0" }, "devDependencies": { @@ -638,9 +638,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.8", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.8.tgz", + "integrity": "sha512-dADXgq8JwjCdWbL88Ts8ki5weeqOcdJnz6uJFJon9BqCJyj33J8nZgBAnptHLo8OQH8DrwjlJyDMdukncBUNtA==", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.0", @@ -2220,9 +2220,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.8", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.8.tgz", + "integrity": "sha512-dADXgq8JwjCdWbL88Ts8ki5weeqOcdJnz6uJFJon9BqCJyj33J8nZgBAnptHLo8OQH8DrwjlJyDMdukncBUNtA==", "requires": { "@apidevtools/json-schema-ref-parser": "^11.7.0", "@types/multer": "^1.4.12", diff --git a/examples/2-standard-multiple-api-specs/package.json b/examples/2-standard-multiple-api-specs/package.json index 5cb79fa2..bd21cde2 100644 --- a/examples/2-standard-multiple-api-specs/package.json +++ b/examples/2-standard-multiple-api-specs/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "express-openapi-validator": "^5.3.7", + "express-openapi-validator": "^5.3.8", "morgan": "^1.10.0" }, "devDependencies": {