diff --git a/package-lock.json b/package-lock.json index 69ce1e42..8b8ab005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@apidevtools/json-schema-ref-parser": "^10.1.0", "@asyncapi/avro-schema-parser": "^3.0.5", "@asyncapi/bundler": "^0.3.11", - "@asyncapi/converter": "^1.4.1", + "@asyncapi/converter": "^1.4.2", "@asyncapi/diff": "^0.4.1", "@asyncapi/dotnet-nats-template": "^0.12.1", "@asyncapi/generator": "^1.9.18", @@ -263,18 +263,18 @@ } }, "node_modules/@asyncapi/converter": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.1.tgz", - "integrity": "sha512-nWcm4pZd1ECwy/R+9qNXDhdFxtBk3Ae8OEPcw9Qdubd+ZqZvwQ9zKEDClathPASE/NiWto3NXP8wyaKCqVtUkg==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.2.tgz", + "integrity": "sha512-/EcZcJPmgcgYAVrxQEInSNj59qIyHJXQ2Ug9LSwQeTcKGxLB40QgjsaQr5Kw/FMkNobZgeOOEtctiDOkqvRsoA==", "dependencies": { - "@asyncapi/parser": "^2.1.1", + "@asyncapi/parser": "^2.1.2", "js-yaml": "^3.14.1" } }, "node_modules/@asyncapi/converter/node_modules/@asyncapi/parser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz", - "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", + "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", "dependencies": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -294,9 +294,7 @@ "avsc": "^5.7.5", "js-yaml": "^4.1.0", "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7", - "ramldt2jsonschema": "^1.2.3", - "webapi-parser": "^0.5.0" + "node-fetch": "2.6.7" } }, "node_modules/@asyncapi/converter/node_modules/@asyncapi/parser/node_modules/argparse": { @@ -16776,18 +16774,18 @@ } }, "@asyncapi/converter": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.1.tgz", - "integrity": "sha512-nWcm4pZd1ECwy/R+9qNXDhdFxtBk3Ae8OEPcw9Qdubd+ZqZvwQ9zKEDClathPASE/NiWto3NXP8wyaKCqVtUkg==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.2.tgz", + "integrity": "sha512-/EcZcJPmgcgYAVrxQEInSNj59qIyHJXQ2Ug9LSwQeTcKGxLB40QgjsaQr5Kw/FMkNobZgeOOEtctiDOkqvRsoA==", "requires": { - "@asyncapi/parser": "^2.1.1", + "@asyncapi/parser": "^2.1.2", "js-yaml": "^3.14.1" }, "dependencies": { "@asyncapi/parser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz", - "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", + "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", "requires": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -16807,9 +16805,7 @@ "avsc": "^5.7.5", "js-yaml": "^4.1.0", "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7", - "ramldt2jsonschema": "^1.2.3", - "webapi-parser": "^0.5.0" + "node-fetch": "2.6.7" }, "dependencies": { "argparse": { diff --git a/package.json b/package.json index 6e1953ad..9b0cff47 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@apidevtools/json-schema-ref-parser": "^10.1.0", "@asyncapi/avro-schema-parser": "^3.0.5", "@asyncapi/bundler": "^0.3.11", - "@asyncapi/converter": "^1.4.1", + "@asyncapi/converter": "^1.4.2", "@asyncapi/diff": "^0.4.1", "@asyncapi/dotnet-nats-template": "^0.12.1", "@asyncapi/generator": "^1.9.18",