diff --git a/package-lock.json b/package-lock.json index d717e06..46da775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", "express": "^4.18.2", - "express-openapi-validator": "^5.1.3", + "express-openapi-validator": "^5.3.1", "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", @@ -2696,15 +2696,15 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.2.0.tgz", - "integrity": "sha512-7YMLsnC9MfeCa/nb2YnAxxRKGzkZ6GucjCcZc+IZU6AHq0TZ3vLOGhXT+uqMV3QiCJWy0XdzQtrUBwGD8eBEaQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.1.tgz", + "integrity": "sha512-Mlo3N1yvaZJlIs/nX0ig4xSu4g1CmLK/InRuqrXPmiqijfHa5qx/5ng92kq2dfTKd77XE7e9sPJqkI79asqNlQ==", "dev": true, "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.6.2", + "@apidevtools/json-schema-ref-parser": "^11.6.4", "@types/multer": "^1.4.11", - "ajv": "^8.14.0", + "ajv": "^8.15.0", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", "content-type": "^1.0.5",