From e1cee1af3685df2b36604298660622fd974633f5 Mon Sep 17 00:00:00 2001 From: AayushSaini101 Date: Mon, 8 Jul 2024 17:05:12 +0530 Subject: [PATCH] Added dependencies --- package-lock.json | 104 +++++++++++++++++++++++++++++++++++++--------- package.json | 20 ++++----- 2 files changed, 94 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc55d43504c..f965f773e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,17 +9,18 @@ "version": "2.0.3", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.22", - "@asyncapi/bundler": "^0.5.2", - "@asyncapi/converter": "^1.4.19", + "@asyncapi/avro-schema-parser": "^3.0.23", + "@asyncapi/bundler": "^0.5.3", + "@asyncapi/converter": "^1.4.20", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", + "@asyncapi/modelina": "^3.6.0", "@asyncapi/modelina-cli": "^4.0.0-next.48", - "@asyncapi/openapi-schema-parser": "^3.0.22", + "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/optimizer": "^1.0.2", "@asyncapi/parser": "^3.1.0", - "@asyncapi/protobuf-schema-parser": "^3.2.12", - "@asyncapi/raml-dt-schema-parser": "^4.0.22", + "@asyncapi/protobuf-schema-parser": "^3.2.13", + "@asyncapi/raml-dt-schema-parser": "^4.0.24", "@asyncapi/studio": "^0.20.0", "@clack/prompts": "^0.7.0", "@oclif/core": "^3", @@ -188,20 +189,24 @@ "license": "BSD-3-Clause" }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.22", + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.24.tgz", + "integrity": "sha512-YMyr2S2heMrWHRyECknjHeejlZl5exUSv9nD1gTejAT13fSf0PqIRydZ9ZuoglCLBg55AeehypR2zLIBu/9kHQ==", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } }, "node_modules/@asyncapi/bundler": { - "version": "0.5.2", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.5.6.tgz", + "integrity": "sha512-gh0nyu7FCwsonuBRsAlPZSkbLiDmuIrJvxqpg05LsrdvcXgVnhOxA4ybFF9aTPw5v7ATDAUbj++DtXUqd8QCtQ==", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", "js-yaml": "^4.1.0", "jsonpath-plus": "^6.0.1", @@ -209,10 +214,12 @@ } }, "node_modules/@asyncapi/converter": { - "version": "1.4.19", + "version": "1.4.21", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.21.tgz", + "integrity": "sha512-Ks7cCdOT4BBCJrBF25b6s2YCz32bQCJTqK7422HNEF4yUkEghpYs+IzHpO6In7+4FpwymfoLZbVxF4Tn5oUyUw==", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.0.16", "js-yaml": "^3.14.1" } }, @@ -4846,12 +4853,14 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "4.0.0-next.47", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.6.0.tgz", + "integrity": "sha512-o3R5fR13weVyZ05kk4oKJalbVMPuJPMefT3PuqlWrb3gxPmMWCTldCORwtXrr/ZPZG4idzSVevo5vSjL3IFPFw==", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.1.0", - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@smoya/multi-parser": "^5.0.1", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23", @@ -4886,6 +4895,30 @@ "modelina": "bin/run_bin" } }, + "node_modules/@asyncapi/modelina-cli/node_modules/@asyncapi/modelina": { + "version": "4.0.0-next.53", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-4.0.0-next.53.tgz", + "integrity": "sha512-PzYhPZ/VPmYbRyMW3fkCNK1QX2hOfxeVcSAUQE3YjjZX9QSfr57OY43jZdzDTqsEzsKKwpStGWLdp9uQkL4Xgg==", + "license": "Apache-2.0", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "^11.1.0", + "@apidevtools/swagger-parser": "^10.1.0", + "@asyncapi/parser": "^3.0.14", + "@smoya/multi-parser": "^5.0.8", + "@swc/core": "^1.3.5", + "@swc/jest": "^0.2.23", + "@types/node": "^20.3.3", + "alterschema": "^1.1.2", + "change-case": "^4.1.2", + "cross-env": "^7.0.3", + "js-yaml": "^4.1.0", + "openapi-types": "9.3.0", + "typescript-json-schema": "^0.58.1" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@asyncapi/modelina-cli/node_modules/@oclif/plugin-not-found": { "version": "3.2.1", "license": "MIT", @@ -4925,6 +4958,15 @@ "node": ">=18.0.0" } }, + "node_modules/@asyncapi/modelina-cli/node_modules/@types/node": { + "version": "20.14.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz", + "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } + }, "node_modules/@asyncapi/modelina-cli/node_modules/brace-expansion": { "version": "2.0.1", "license": "MIT", @@ -5049,10 +5091,12 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.22", + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.24.tgz", + "integrity": "sha512-7wz2yVDedJMS+TzOuqCvRWJMc6pNHICKZcOhnW6ZvyVLAh7hYIqQE1WA4OoXT4cKVbwSU3V2Q4bZagSsAIQd6Q==", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -5141,19 +5185,23 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.12", + "version": "3.2.14", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.14.tgz", + "integrity": "sha512-7v64Jxhz2IBfaQECUhfwuLRMFQTysvmqtvT+Esgd9NooIPRnkEzgCbBnC25oGjzSB6Sju28G406lQpO15HHaEw==", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } }, "node_modules/@asyncapi/raml-dt-schema-parser": { - "version": "4.0.22", + "version": "4.0.24", + "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.24.tgz", + "integrity": "sha512-Fy9IwCXPpXoG4Mkm7sXgWucSwYg8POwdx16xuHAmV6AerpcM8nk5mT/tARLtR3wrMst3OBwReEVYzwT3esSb8g==", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "js-yaml": "^4.1.0", "ramldt2jsonschema": "^1.2.3", "webapi-parser": "^0.5.0" @@ -7958,6 +8006,18 @@ "sisteransi": "^1.0.5" } }, + "node_modules/@clack/prompts/node_modules/is-unicode-supported": { + "version": "1.3.0", + "extraneous": true, + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "license": "MIT", @@ -15803,6 +15863,8 @@ }, "node_modules/fs-extra": { "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", @@ -17508,6 +17570,8 @@ }, "node_modules/jsonfile": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" diff --git a/package.json b/package.json index 44d9e61ac7c..e8783252226 100644 --- a/package.json +++ b/package.json @@ -8,17 +8,18 @@ }, "bugs": "https://github.com/asyncapi/cli/issues", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.22", - "@asyncapi/bundler": "^0.5.2", - "@asyncapi/converter": "^1.4.19", + "@asyncapi/avro-schema-parser": "^3.0.23", + "@asyncapi/bundler": "^0.5.3", + "@asyncapi/converter": "^1.4.20", "@asyncapi/diff": "^0.4.1", - "@asyncapi/generator": "^1.17.25", "@asyncapi/modelina-cli": "^4.0.0-next.48", - "@asyncapi/openapi-schema-parser": "^3.0.22", + "@asyncapi/generator": "^1.17.25", + "@asyncapi/modelina": "^3.6.0", + "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/optimizer": "^1.0.2", "@asyncapi/parser": "^3.1.0", - "@asyncapi/protobuf-schema-parser": "^3.2.12", - "@asyncapi/raml-dt-schema-parser": "^4.0.22", + "@asyncapi/protobuf-schema-parser": "^3.2.13", + "@asyncapi/raml-dt-schema-parser": "^4.0.24", "@asyncapi/studio": "^0.20.0", "@clack/prompts": "^0.7.0", "@oclif/core": "^3", @@ -31,11 +32,10 @@ "chalk": "^4.1.0", "chokidar": "^3.5.2", "fast-levenshtein": "^3.0.0", - "fs-extra": "^11.2.0", + "fs-extra": "^11.1.0", "indent-string": "^4.0.0", "inquirer": "^8.2.0", "js-yaml": "^4.1.0", - "jsonfile": "^6.1.0", "lodash.template": "^4.4.0", "node-fetch": "^2.0.0", "oclif": "^4.2.0", @@ -175,4 +175,4 @@ "createhookinit": "oclif generate hook inithook --event=init" }, "types": "lib/index.d.ts" -} +} \ No newline at end of file