diff --git a/package-lock.json b/package-lock.json index d8d38041..a37fb827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@asyncapi/python-paho-template": "^0.2.12", "@asyncapi/raml-dt-schema-parser": "^2.0.1", "@asyncapi/specs": "^2.14.0", - "@asyncapi/ts-nats-template": "^0.5.17", + "@asyncapi/ts-nats-template": "^0.5.18", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", "archiver": "^5.3.0", @@ -976,13 +976,13 @@ "integrity": "sha512-hHsYF6XsYNIKb1P2rXaooF4H+uKKQ4b/Ljxrk3rZ3riEDiSxMshMEfb1fUlw9Yj4V4OmJhjXwkNvw8W59AXv1A==" }, "node_modules/@asyncapi/ts-nats-template": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.17.tgz", - "integrity": "sha512-/ffu5DbMSVNyFh6jUDoKmxSLxLW8iG/cL51Znx5LUrCal+8yRhqB1EAtO4qwKh06gMOoE92xYNPITsEMA7hl8A==", + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.18.tgz", + "integrity": "sha512-gc2awAabSCUelZytvbCsazNCM6NqTJ4vZ4OnBTlfybwgruND4wEoFEAFGA1LJDdDRu7QQD7y6E1RhQbJ1PDauw==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.11", - "@asyncapi/modelina": "^0.57.0", + "@asyncapi/modelina": "^0.58.0", "@asyncapi/parser": "^1.12.0", "cross-env": "^7.0.2", "filenamify": "^4.1.0", @@ -991,6 +991,22 @@ "lodash": "^4.17.20" } }, + "node_modules/@asyncapi/ts-nats-template/node_modules/@asyncapi/modelina": { + "version": "0.58.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.58.0.tgz", + "integrity": "sha512-YofklhHnMliX5hIFKySDRQsVxUS1xvgVsX7iekDFqbR4D77bHK04Ol9Ae6Ah7DrBw7fEuFD2BRpXjdVmOPQ5Sg==", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "^9.0.9", + "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/parser": "^1.15", + "change-case": "^4.1.2", + "openapi-types": "9.3.0", + "typescript-json-schema": "^0.53.0" + }, + "engines": { + "node": ">=14" + } + }, "node_modules/@babel/code-frame": { "version": "7.16.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", @@ -20203,19 +20219,34 @@ "integrity": "sha512-hHsYF6XsYNIKb1P2rXaooF4H+uKKQ4b/Ljxrk3rZ3riEDiSxMshMEfb1fUlw9Yj4V4OmJhjXwkNvw8W59AXv1A==" }, "@asyncapi/ts-nats-template": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.17.tgz", - "integrity": "sha512-/ffu5DbMSVNyFh6jUDoKmxSLxLW8iG/cL51Znx5LUrCal+8yRhqB1EAtO4qwKh06gMOoE92xYNPITsEMA7hl8A==", + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.18.tgz", + "integrity": "sha512-gc2awAabSCUelZytvbCsazNCM6NqTJ4vZ4OnBTlfybwgruND4wEoFEAFGA1LJDdDRu7QQD7y6E1RhQbJ1PDauw==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.11", - "@asyncapi/modelina": "^0.57.0", + "@asyncapi/modelina": "^0.58.0", "@asyncapi/parser": "^1.12.0", "cross-env": "^7.0.2", "filenamify": "^4.1.0", "is-url": "1.2.4", "js-beautify": "^1.13.5", "lodash": "^4.17.20" + }, + "dependencies": { + "@asyncapi/modelina": { + "version": "0.58.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.58.0.tgz", + "integrity": "sha512-YofklhHnMliX5hIFKySDRQsVxUS1xvgVsX7iekDFqbR4D77bHK04Ol9Ae6Ah7DrBw7fEuFD2BRpXjdVmOPQ5Sg==", + "requires": { + "@apidevtools/json-schema-ref-parser": "^9.0.9", + "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/parser": "^1.15", + "change-case": "^4.1.2", + "openapi-types": "9.3.0", + "typescript-json-schema": "^0.53.0" + } + } } }, "@babel/code-frame": { diff --git a/package.json b/package.json index e24a2652..ec8519e5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@asyncapi/python-paho-template": "^0.2.12", "@asyncapi/raml-dt-schema-parser": "^2.0.1", "@asyncapi/specs": "^2.14.0", - "@asyncapi/ts-nats-template": "^0.5.17", + "@asyncapi/ts-nats-template": "^0.5.18", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", "archiver": "^5.3.0",