diff --git a/package-lock.json b/package-lock.json index c9a1ffe4..e5d18f7d 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.15", + "@asyncapi/ts-nats-template": "^0.5.16", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", "archiver": "^5.3.0", @@ -975,13 +975,13 @@ "integrity": "sha512-hHsYF6XsYNIKb1P2rXaooF4H+uKKQ4b/Ljxrk3rZ3riEDiSxMshMEfb1fUlw9Yj4V4OmJhjXwkNvw8W59AXv1A==" }, "node_modules/@asyncapi/ts-nats-template": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.15.tgz", - "integrity": "sha512-Gyz+XqcxTjVEuc6s874V+MGp9cd53DEl0nA6wePCuo+fPRQGnxAYUs/y3FGo3lcUhKaNbLG2z3B9t0+wafAyVQ==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.16.tgz", + "integrity": "sha512-YpyL8uA/8MiG2SDD5oim6J4IFTMpMJQU6Yk7Ovb/kn4HS6wIqAft6p0ngQx+bzSjlBUPdjQYpN7ZkTTmcaaRKg==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.11", - "@asyncapi/modelina": "^0.49.0", + "@asyncapi/modelina": "^0.56.6", "@asyncapi/parser": "^1.12.0", "cross-env": "^7.0.2", "filenamify": "^4.1.0", @@ -990,6 +990,22 @@ "lodash": "^4.17.20" } }, + "node_modules/@asyncapi/ts-nats-template/node_modules/@asyncapi/modelina": { + "version": "0.56.6", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.56.6.tgz", + "integrity": "sha512-s9mhbWMVZ3gdnO00IpKMLN8HIrHqwIn+9fPcfIZsb2hoi5NRZ4Z/7wb5KFSMaGXWQ7ABhVb/xHwr91o6vRL+FQ==", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "^9.0.9", + "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/parser": "^1.14.0", + "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", @@ -20201,19 +20217,34 @@ "integrity": "sha512-hHsYF6XsYNIKb1P2rXaooF4H+uKKQ4b/Ljxrk3rZ3riEDiSxMshMEfb1fUlw9Yj4V4OmJhjXwkNvw8W59AXv1A==" }, "@asyncapi/ts-nats-template": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.15.tgz", - "integrity": "sha512-Gyz+XqcxTjVEuc6s874V+MGp9cd53DEl0nA6wePCuo+fPRQGnxAYUs/y3FGo3lcUhKaNbLG2z3B9t0+wafAyVQ==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@asyncapi/ts-nats-template/-/ts-nats-template-0.5.16.tgz", + "integrity": "sha512-YpyL8uA/8MiG2SDD5oim6J4IFTMpMJQU6Yk7Ovb/kn4HS6wIqAft6p0ngQx+bzSjlBUPdjQYpN7ZkTTmcaaRKg==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.11", - "@asyncapi/modelina": "^0.49.0", + "@asyncapi/modelina": "^0.56.6", "@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.56.6", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.56.6.tgz", + "integrity": "sha512-s9mhbWMVZ3gdnO00IpKMLN8HIrHqwIn+9fPcfIZsb2hoi5NRZ4Z/7wb5KFSMaGXWQ7ABhVb/xHwr91o6vRL+FQ==", + "requires": { + "@apidevtools/json-schema-ref-parser": "^9.0.9", + "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/parser": "^1.14.0", + "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 7d346bbf..dd50a204 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.15", + "@asyncapi/ts-nats-template": "^0.5.16", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", "archiver": "^5.3.0",