diff --git a/package-lock.json b/package-lock.json index f639f376..0f792e9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "express-openapi-validator", - "version": "5.1.2", + "version": "5.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "express-openapi-validator", - "version": "5.1.2", + "version": "5.1.3", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.2", diff --git a/package.json b/package.json index ba87f904..3bfa9b39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "5.1.2", + "version": "5.1.3", "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": {