diff --git a/package-lock.json b/package-lock.json index a288c53d24f..ec01087ce90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.2", "@asyncapi/modelina": "^2.1.1", - "@asyncapi/openapi-schema-parser": "^3.0.10", + "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.4", "@asyncapi/protobuf-schema-parser": "^3.1.0", @@ -506,10 +506,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.10", - "license": "Apache-2.0", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.11.tgz", + "integrity": "sha512-56BXDxKKe0TMkM/Vij6No3m3veDr63hHqpn1fWL3B/htrib9bvEhG8b8wB5wcsfwIhigBmzVrhlQv3THlhw7SA==", "dependencies": { - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", diff --git a/package.json b/package.json index 65a33c7b852..ef95e4f81be 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.2", "@asyncapi/modelina": "^2.1.1", - "@asyncapi/openapi-schema-parser": "^3.0.10", + "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.4", "@asyncapi/protobuf-schema-parser": "^3.1.0",