diff --git a/package-lock.json b/package-lock.json index df11e85..cb8f2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4809,13 +4809,13 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.9.tgz", - "integrity": "sha512-I6MNpbOyJbp8iML7lrmke1cVVLgdH4w9mfSX7qSZRDizqO9CKnjQYXNyu2YqrEqD/3OxFsWuSdzL+1Q8qwAhCQ==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.4.0.tgz", + "integrity": "sha512-o843JsZOZd/D5rpBGGhpbG1JYqiAxUOyG/T/GxDc6Q6JMIUFbHSngAMsaWYMTGRNWZqNcijwEZ6LtTme2pkv/w==", "dev": true, "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.7.0", + "@apidevtools/json-schema-ref-parser": "^11.7.2", "@types/multer": "^1.4.12", "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", @@ -4827,7 +4827,7 @@ "media-typer": "^1.1.0", "multer": "^1.4.5-lts.1", "ono": "^7.1.3", - "path-to-regexp": "^8.1.0" + "path-to-regexp": "^8.2.0" }, "peerDependencies": { "express": "*"