diff --git a/package-lock.json b/package-lock.json index c53098f07..7eb0ce63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/generator": "^1.13.1", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", - "@asyncapi/parser": "^v3.0.0-next-major-spec.6", + "@asyncapi/parser": "^v3.0.0-next-major-spec.7", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", "ajv": "^6.12.6", @@ -534,9 +534,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.0-next-major-spec.6", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.6.tgz", - "integrity": "sha512-vb3mHUJCWazsVH85rrKN/N0+adgPwPZynQ1RtQpkcLFYei87jAxfUJLjTc7yUnDPiMdBp4RiB7niqogqRTWleQ==", + "version": "3.0.0-next-major-spec.7", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.7.tgz", + "integrity": "sha512-iCVCd66h6NXrIVu7aK5RwGuJ4g1j+qD88xxejUwczbpGbhJkuZUzF5jReWNNAizETJttnAwW0rBKjZF4HVqOiQ==", "dependencies": { "@asyncapi/specs": "^6.0.0-next-major-spec.9", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index 08c62a15f..25302ea71 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@asyncapi/generator": "^1.13.1", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", - "@asyncapi/parser": "^v3.0.0-next-major-spec.6", + "@asyncapi/parser": "^v3.0.0-next-major-spec.7", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", "ajv": "^6.12.6",