From 9ad9d8754291b500cf481cb595d837f3525ad5b4 Mon Sep 17 00:00:00 2001 From: Pedro Ramos Date: Fri, 8 Mar 2024 12:19:51 +0100 Subject: [PATCH] Solve new conflicts --- package-lock.json | 99 ----------------------------------------------- 1 file changed, 99 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9312c0530b8..5459f0583f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -437,28 +437,6 @@ "resolved": "test/fixtures/minimaltemplate", "link": true }, - "node_modules/@asyncapi/modelina": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.3.4.tgz", - "integrity": "sha512-E7GVneEuJfAdbWQtDfy5nOQoJYRys9b92qHO346i/f81GA7pp4gLF5/QJchWylKPR1mv7Z8jyylr123gLv4eIA==", - "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.1.0", - "@apidevtools/swagger-parser": "^10.0.3", - "@asyncapi/parser": "^3.0.7", - "@smoya/multi-parser": "^5.0.1", - "@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", - "openapi-types": "9.3.0", - "typescript-json-schema": "^0.58.1" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/@asyncapi/modelina/node_modules/@apidevtools/json-schema-ref-parser": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.1.0.tgz", @@ -753,17 +731,6 @@ "node": ">= 0.6.0" } }, - "node_modules/@asyncapi/generator/node_modules/js-yaml": { - "version": "3.14.1", - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/@asyncapi/generator/node_modules/js-yaml/node_modules/argparse": { "version": "1.0.10", "license": "MIT", @@ -1199,17 +1166,6 @@ "node": ">=0.4.0" } }, - "node_modules/@asyncapi/generator/node_modules/typescript": { - "version": "4.9.5", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "node_modules/@asyncapi/generator/node_modules/unique-filename": { "version": "2.0.1", "license": "ISC", @@ -1247,10 +1203,6 @@ "foreachasync": "^3.0.0" } }, - "node_modules/@asyncapi/minimaltemplate": { - "resolved": "test/fixtures/minimaltemplate", - "link": true - }, "node_modules/@asyncapi/modelina": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.4.1.tgz", @@ -1273,57 +1225,6 @@ "node": ">=18" } }, - "node_modules/@asyncapi/modelina/node_modules/@apidevtools/json-schema-ref-parser": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.1.0.tgz", - "integrity": "sha512-g/VW9ZQEFJAOwAyUb8JFf7MLiLy2uEB4rU270rGzDwICxnxMlPy0O11KVePSgS36K1NI29gSlK84n5INGhd4Ag==", - "dependencies": { - "@jsdevtools/ono": "^7.1.3", - "@types/json-schema": "^7.0.13", - "@types/lodash.clonedeep": "^4.5.7", - "js-yaml": "^4.1.0", - "lodash.clonedeep": "^4.5.0" - }, - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://github.com/sponsors/philsturgeon" - } - }, - "node_modules/@asyncapi/modelina/node_modules/@smoya/multi-parser": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.1.tgz", - "integrity": "sha512-MT3683glXqnsJ5vOKDCMiS/MNwt+LXyuL844LOvl4YbtR9PEe2zyECTmHLw/hbUpXFFmQXlzGs/sLSXdUh+Org==", - "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.3", - "@asyncapi/openapi-schema-parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.0.0", - "@asyncapi/raml-dt-schema-parser": "^4.0.4", - "parserapiv1": "npm:@asyncapi/parser@^2.1.0", - "parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8", - "parserapiv3": "npm:@asyncapi/parser@^3.0.1" - } - }, - "node_modules/@asyncapi/modelina/node_modules/@types/node": { - "version": "20.10.0", - "license": "MIT", - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.12.tgz", - "integrity": "sha512-w3uMw65vZTpgpA8mQZ+TFn7DVk8efYYyjv2c4UR/3qfCa4CDVILmBAt7oVDpuxLbaNwT/C6HoCyAQDTnsCgO6Q==", - "dependencies": { - "@asyncapi/parser": "^3.0.4", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1" - } - }, "node_modules/@asyncapi/optimizer": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/@asyncapi/optimizer/-/optimizer-0.2.7.tgz",