diff --git a/package-lock.json b/package-lock.json index eea62e289..e436131e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/generator": "^1.17.5", "@asyncapi/html-template": "^2.1.4", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.6", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", @@ -278,9 +278,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/parser": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.5.tgz", - "integrity": "sha512-Kc/hwCyb2/YzcIfQlY9lwjUDV/9cXMjVewQz9WvPVAaFlOr83bdHpccfnl2sQNXDcC+zCcpEDBjs41ATowPE3Q==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.6.tgz", + "integrity": "sha512-oHTaeXG9DOdBlBZ90xCSPCl3kT5XE851+Rxn47bMfG05Z48csZ1o9wFUl/SzQt+L8HgplFeQG4n/7EJHYOlcWQ==", "dependencies": { "@asyncapi/specs": "^6.4.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index dede4b5fc..a9a6ef1ed 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@asyncapi/generator": "^1.17.5", "@asyncapi/html-template": "^2.1.4", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.6", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7",