From f41f3a688b41a7e3fbe6872baac186b2f2e9d465 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 8 Sep 2024 10:00:23 +0200 Subject: [PATCH] fix: update @asyncapi/converter to 1.6.0 version and others (#1515) --- package-lock.json | 46 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ff19c91bcd..9ceba34fbfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", "@asyncapi/bundler": "^0.6.3", - "@asyncapi/converter": "^1.5.1", + "@asyncapi/converter": "^1.6.0", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", "@asyncapi/modelina": "^3.7.0", @@ -211,11 +211,14 @@ } }, "node_modules/@asyncapi/converter": { - "version": "1.5.1", - "license": "Apache-2.0", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.6.0.tgz", + "integrity": "sha512-1Qp14UJhpct1MGHtYS/0scSanczQYxQ/rWBgpb8PMDCujf4b36L36qjUb1WcaL0VTWlkhvnHE03SoIYc8W+Msg==", "dependencies": { "@asyncapi/parser": "^3.1.0", - "js-yaml": "^3.14.1" + "js-yaml": "^3.14.1", + "path": "^0.12.7", + "postman2openapi": "^1.2.1" } }, "node_modules/@asyncapi/converter/node_modules/argparse": { @@ -23337,6 +23340,15 @@ "cross-spawn": "^7.0.3" } }, + "node_modules/path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "dependencies": { + "process": "^0.11.1", + "util": "^0.10.3" + } + }, "node_modules/path-browserify": { "version": "1.0.1", "license": "MIT" @@ -23501,6 +23513,11 @@ "node": ">= 0.4" } }, + "node_modules/postman2openapi": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/postman2openapi/-/postman2openapi-1.2.1.tgz", + "integrity": "sha512-+TaKfRhln6/TDPT8c0C5qMkJq+DqyybQlHL9RZx2INBNd0jNj3ufhk3VGUmXnX8rPabbKdvt6ojtxVQGMdg9zQ==" + }, "node_modules/prelude-ls": { "version": "1.2.1", "dev": true, @@ -23538,6 +23555,14 @@ "version": "1.0.42", "license": "Unlicense" }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "engines": { + "node": ">= 0.6.0" + } + }, "node_modules/process-nextick-args": { "version": "2.0.1", "license": "MIT" @@ -25709,10 +25734,23 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dependencies": { + "inherits": "2.0.3" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "license": "MIT" }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + }, "node_modules/utility-types": { "version": "3.11.0", "license": "MIT", diff --git a/package.json b/package.json index c2328b17cc2..381eafe0910 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", "@asyncapi/bundler": "^0.6.3", - "@asyncapi/converter": "^1.5.1", + "@asyncapi/converter": "^1.6.0", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", "@asyncapi/modelina": "^3.7.0",