diff --git a/examples/kafka-test/package-lock.json b/examples/kafka-test/package-lock.json index 6e2755c44..740b8ab8d 100644 --- a/examples/kafka-test/package-lock.json +++ b/examples/kafka-test/package-lock.json @@ -10,18 +10,18 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/glee": "file:../..", - "@asyncapi/parser": "^3.0.13" + "@asyncapi/parser": "^3.0.14" } }, "../..": { "name": "@asyncapi/glee", - "version": "0.36.14", + "version": "0.36.18", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.17.20", - "@asyncapi/html-template": "^2.3.2", + "@asyncapi/generator": "^1.17.22", + "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", @@ -7330,11 +7330,11 @@ "link": true }, "node_modules/@asyncapi/parser": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz", - "integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz", + "integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==", "dependencies": { - "@asyncapi/specs": "^6.5.6", + "@asyncapi/specs": "^6.6.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -7356,9 +7356,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz", - "integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.6.0.tgz", + "integrity": "sha512-pXJa0sCeBpif5al5CSa0f3HvwVBQXzd96/Xgq8Jsh6KM4CYxCe7p6paaC9fDjdBVXyWAioQmZiGRxEVUMINbUw==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -9048,10 +9048,10 @@ "@asyncapi/glee": { "version": "file:../..", "requires": { - "@asyncapi/generator": "^1.17.20", - "@asyncapi/html-template": "^2.3.2", + "@asyncapi/generator": "^1.17.22", + "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@tsconfig/node14": "^1.0.1", "@types/async": "^3.2.11", @@ -14562,11 +14562,11 @@ } }, "@asyncapi/parser": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz", - "integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz", + "integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==", "requires": { - "@asyncapi/specs": "^6.5.6", + "@asyncapi/specs": "^6.6.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -14588,9 +14588,9 @@ } }, "@asyncapi/specs": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz", - "integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.6.0.tgz", + "integrity": "sha512-pXJa0sCeBpif5al5CSa0f3HvwVBQXzd96/Xgq8Jsh6KM4CYxCe7p6paaC9fDjdBVXyWAioQmZiGRxEVUMINbUw==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/examples/kafka-test/package.json b/examples/kafka-test/package.json index 2c93e4672..0ff1722cd 100644 --- a/examples/kafka-test/package.json +++ b/examples/kafka-test/package.json @@ -11,6 +11,6 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/glee": "file:../..", - "@asyncapi/parser": "^3.0.13" + "@asyncapi/parser": "^3.0.14" } } diff --git a/examples/social-network/websocket-server/package-lock.json b/examples/social-network/websocket-server/package-lock.json index b3241fa2d..ca7fc449b 100644 --- a/examples/social-network/websocket-server/package-lock.json +++ b/examples/social-network/websocket-server/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/glee": "file:../../..", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "flat-file-db": "^1.0.0", "lowdb": "^3.0.0" }, @@ -20,13 +20,13 @@ }, "../../..": { "name": "@asyncapi/glee", - "version": "0.36.14", + "version": "0.36.18", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.17.20", - "@asyncapi/html-template": "^2.3.2", + "@asyncapi/generator": "^1.17.22", + "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", @@ -95,11 +95,11 @@ "link": true }, "node_modules/@asyncapi/parser": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz", - "integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz", + "integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==", "dependencies": { - "@asyncapi/specs": "^6.5.6", + "@asyncapi/specs": "^6.6.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -121,9 +121,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz", - "integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.6.0.tgz", + "integrity": "sha512-pXJa0sCeBpif5al5CSa0f3HvwVBQXzd96/Xgq8Jsh6KM4CYxCe7p6paaC9fDjdBVXyWAioQmZiGRxEVUMINbUw==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -1520,10 +1520,10 @@ "@asyncapi/glee": { "version": "file:../../..", "requires": { - "@asyncapi/generator": "^1.17.20", - "@asyncapi/html-template": "^2.3.2", + "@asyncapi/generator": "^1.17.22", + "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@tsconfig/node14": "^1.0.1", "@types/async": "^3.2.11", @@ -1580,11 +1580,11 @@ } }, "@asyncapi/parser": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz", - "integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz", + "integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==", "requires": { - "@asyncapi/specs": "^6.5.6", + "@asyncapi/specs": "^6.6.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -1606,9 +1606,9 @@ } }, "@asyncapi/specs": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz", - "integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.6.0.tgz", + "integrity": "sha512-pXJa0sCeBpif5al5CSa0f3HvwVBQXzd96/Xgq8Jsh6KM4CYxCe7p6paaC9fDjdBVXyWAioQmZiGRxEVUMINbUw==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/examples/social-network/websocket-server/package.json b/examples/social-network/websocket-server/package.json index db553c8c1..f0ac491b1 100644 --- a/examples/social-network/websocket-server/package.json +++ b/examples/social-network/websocket-server/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/asyncapi/glee-hello-world#readme", "dependencies": { "@asyncapi/glee": "file:../../..", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "flat-file-db": "^1.0.0", "lowdb": "^3.0.0" } diff --git a/package-lock.json b/package-lock.json index 1a9f29a1d..a58e5aaf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/generator": "^1.17.22", "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", @@ -278,11 +278,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/parser": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz", - "integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz", + "integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==", "dependencies": { - "@asyncapi/specs": "^6.5.6", + "@asyncapi/specs": "^6.6.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -495,9 +495,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz", - "integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.6.0.tgz", + "integrity": "sha512-pXJa0sCeBpif5al5CSa0f3HvwVBQXzd96/Xgq8Jsh6KM4CYxCe7p6paaC9fDjdBVXyWAioQmZiGRxEVUMINbUw==", "dependencies": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index b904f05fa..386f8f969 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@asyncapi/generator": "^1.17.22", "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7",