From 113d078896ef88c3b80c11f69eae1a8a59e9f1d6 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Jan 2024 09:52:26 +0100 Subject: [PATCH] chore: update @asyncapi/html-template to 2.1.0 version (#918) --- apps/studio/package.json | 2 +- package-lock.json | 317 +++++++++++++++++++++++++++------------ 2 files changed, 218 insertions(+), 101 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 282e532f6..d06f9d294 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -77,7 +77,7 @@ "devDependencies": { "@asyncapi/dotnet-nats-template": "^0.12.1", "@asyncapi/go-watermill-template": "^0.2.55", - "@asyncapi/html-template": "^2.0.0", + "@asyncapi/html-template": "^2.1.0", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^1.5.1", "@asyncapi/java-template": "^0.2.1", diff --git a/package-lock.json b/package-lock.json index ac528ea7c..351ec6c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -524,7 +524,7 @@ "devDependencies": { "@asyncapi/dotnet-nats-template": "^0.12.1", "@asyncapi/go-watermill-template": "^0.2.55", - "@asyncapi/html-template": "^2.0.0", + "@asyncapi/html-template": "^2.1.0", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^1.5.1", "@asyncapi/java-template": "^0.2.1", @@ -633,16 +633,6 @@ "node-fetch": "2.6.7" } }, - "apps/studio/node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.6.tgz", - "integrity": "sha512-XdjGyj4Sp7Hu2xy1gXaEm5ed5TcB9iQy9j2im3Hcqg8pwk1DTQqWF8zvfcDAKPGn22rBRSfzyrmecLOZtbuOPQ==", - "dependencies": { - "@asyncapi/parser": "^3.0.2", - "@types/protocol-buffers-schema": "^3.4.1", - "protocol-buffers-schema": "^3.6.0" - } - }, "apps/studio/node_modules/@asyncapi/specs": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", @@ -1367,14 +1357,14 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.0.0.tgz", - "integrity": "sha512-q9GNBmS1WYC2kDmq9h8wGZROzeY7HVJmeVWnnnkfa1YUqGTvVXl//hqhex209zJB3SG31l4b2EiTVERbzt69Ag==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.0.tgz", + "integrity": "sha512-R5uSALejmrdTzPlBeGJqTqWOWZRRM25uXSTDWbNhdTxE9uRdhXw1JOcalvfoF9KIoMhVP0rd54alZT8ejApmHA==", "dev": true, "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.0", - "@asyncapi/parser": "^3.0.0-next-major-spec.14", - "@asyncapi/react-component": "^1.0.1", + "@asyncapi/parser": "^3.0.2", + "@asyncapi/react-component": "^1.2.12", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", "react-dom": "^17.0.2", @@ -1437,17 +1427,21 @@ } }, "node_modules/@asyncapi/html-template/node_modules/@asyncapi/parser": { - "version": "3.0.0-next-major-spec.15", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.15.tgz", - "integrity": "sha512-3Ngxkekzw7oh8auqGmEnz3PiSxSIkveMzdpuBIOiQ3EHVnBpG1cdhi/mMlvksqTsMQcfLGPsVVqW7Y3cW2HPDQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", "dev": true, "dependencies": { - "@asyncapi/specs": "^6.0.0-next-major-spec.9", + "@asyncapi/specs": "^6.2.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", "@stoplight/json-ref-resolver": "^3.1.5", "@stoplight/spectral-core": "^1.16.1", "@stoplight/spectral-functions": "^1.7.2", "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", "@types/json-schema": "^7.0.11", "@types/urijs": "^1.19.19", "ajv": "^8.11.0", @@ -1456,15 +1450,13 @@ "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/html-template/node_modules/@asyncapi/specs": { - "version": "6.0.0-next-major-spec.15", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.15.tgz", - "integrity": "sha512-yIh32KhmZQBxvnPr3D0BcsJ6XNLaCD9JicAGktyJvRzKVA73zxB2qmCp8v4+dHM9/SlQ6HQ7wBqC3H/5eC+5uA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.11" @@ -1934,6 +1926,7 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", + "dev": true, "dependencies": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -1958,6 +1951,7 @@ }, "node_modules/@asyncapi/parser/node_modules/@asyncapi/specs": { "version": "5.1.0", + "dev": true, "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" @@ -1965,6 +1959,7 @@ }, "node_modules/@asyncapi/parser/node_modules/node-fetch": { "version": "2.6.7", + "dev": true, "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" @@ -1982,15 +1977,68 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.0.tgz", - "integrity": "sha512-kjoLrll611K+xYC/iBUlSnZsCHbrhL999ItVHZhObUOjUB991XgonqbSAaihiiDXTYgceOLhJKAN5llkV/LOOA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.6.tgz", + "integrity": "sha512-XdjGyj4Sp7Hu2xy1gXaEm5ed5TcB9iQy9j2im3Hcqg8pwk1DTQqWF8zvfcDAKPGn22rBRSfzyrmecLOZtbuOPQ==", "dependencies": { - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^3.0.2", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" } }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/parser": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", + "dependencies": { + "@asyncapi/specs": "^6.2.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/specs": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/@asyncapi/python-paho-template": { "version": "0.2.13", "dev": true, @@ -2090,14 +2138,14 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.2.tgz", - "integrity": "sha512-+KXIIsMhMy7OqUpmh4Jql+bFRT9dO7n+zBay+wjXEjWi3IyFHlw5CiP5XQ103PGYunRwnmaTkUwerjYIB0w6jA==", + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.12.tgz", + "integrity": "sha512-3UImY8CRIqiZDCjs3Ps8SgmaQfbVsFHPi7bUjPd1LnmYRxXKXKIL3MHxyFlQFR/vA8g6XKNiv0soNLIGREDqsA==", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.5", - "@asyncapi/openapi-schema-parser": "^3.0.6", - "@asyncapi/parser": "^3.0.0-next-major-spec.10", - "@asyncapi/protobuf-schema-parser": "3.0.0", + "@asyncapi/avro-schema-parser": "^3.0.9", + "@asyncapi/openapi-schema-parser": "^3.0.10", + "@asyncapi/parser": "^3.0.2", + "@asyncapi/protobuf-schema-parser": "^3.0.6", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -2110,16 +2158,20 @@ } }, "node_modules/@asyncapi/react-component/node_modules/@asyncapi/parser": { - "version": "3.0.0-next-major-spec.12", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.12.tgz", - "integrity": "sha512-68b3ceprIrkAWC9FLBOQqK+H9iQnwRNj2G8/s7OyvsNVpyRpNOe4xETUm/RkfyZYTjpLC2sGqbX42SEU0PW2+g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", "dependencies": { - "@asyncapi/specs": "^6.0.0-next-major-spec.9", + "@asyncapi/specs": "^6.2.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", "@stoplight/json-ref-resolver": "^3.1.5", "@stoplight/spectral-core": "^1.16.1", "@stoplight/spectral-functions": "^1.7.2", "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", "@types/json-schema": "^7.0.11", "@types/urijs": "^1.19.19", "ajv": "^8.11.0", @@ -2128,15 +2180,13 @@ "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/react-component/node_modules/@asyncapi/specs": { - "version": "6.0.0-next-major-spec.13", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.13.tgz", - "integrity": "sha512-mnGllHVaUscCHaDnYfLGo84KK81NcTmevVFQP94RusKM2SvtYkbBuC0nwQ6ie/PAEHQy+kn2PjrJlfwwm7VgEQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -15280,6 +15330,7 @@ }, "node_modules/co": { "version": "4.6.0", + "dev": true, "license": "MIT", "engines": { "iojs": ">= 1.0.0", @@ -23830,6 +23881,7 @@ }, "node_modules/json-schema-migrate": { "version": "0.2.0", + "dev": true, "license": "MIT", "dependencies": { "ajv": "^5.0.0" @@ -23837,6 +23889,7 @@ }, "node_modules/json-schema-migrate/node_modules/ajv": { "version": "5.5.2", + "dev": true, "license": "MIT", "dependencies": { "co": "^4.6.0", @@ -23847,10 +23900,12 @@ }, "node_modules/json-schema-migrate/node_modules/fast-deep-equal": { "version": "1.1.0", + "dev": true, "license": "MIT" }, "node_modules/json-schema-migrate/node_modules/json-schema-traverse": { "version": "0.3.1", + "dev": true, "license": "MIT" }, "node_modules/json-schema-traverse": { @@ -28435,6 +28490,7 @@ }, "node_modules/ramldt2jsonschema": { "version": "1.2.3", + "dev": true, "license": "Apache-2.0", "dependencies": { "commander": "^5.0.0", @@ -28449,6 +28505,7 @@ }, "node_modules/ramldt2jsonschema/node_modules/argparse": { "version": "1.0.10", + "dev": true, "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" @@ -28456,6 +28513,7 @@ }, "node_modules/ramldt2jsonschema/node_modules/commander": { "version": "5.1.0", + "dev": true, "license": "MIT", "engines": { "node": ">= 6" @@ -28463,6 +28521,7 @@ }, "node_modules/ramldt2jsonschema/node_modules/js-yaml": { "version": "3.14.1", + "dev": true, "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -33539,6 +33598,7 @@ }, "node_modules/webapi-parser": { "version": "0.5.0", + "dev": true, "license": "Apache-2.0", "dependencies": { "ajv": "6.5.2" @@ -33546,6 +33606,7 @@ }, "node_modules/webapi-parser/node_modules/ajv": { "version": "6.5.2", + "dev": true, "license": "MIT", "dependencies": { "fast-deep-equal": "^2.0.1", @@ -33556,10 +33617,12 @@ }, "node_modules/webapi-parser/node_modules/fast-deep-equal": { "version": "2.0.1", + "dev": true, "license": "MIT" }, "node_modules/webapi-parser/node_modules/json-schema-traverse": { "version": "0.4.1", + "dev": true, "license": "MIT" }, "node_modules/webidl-conversions": { @@ -35236,14 +35299,14 @@ } }, "@asyncapi/html-template": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.0.0.tgz", - "integrity": "sha512-q9GNBmS1WYC2kDmq9h8wGZROzeY7HVJmeVWnnnkfa1YUqGTvVXl//hqhex209zJB3SG31l4b2EiTVERbzt69Ag==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.0.tgz", + "integrity": "sha512-R5uSALejmrdTzPlBeGJqTqWOWZRRM25uXSTDWbNhdTxE9uRdhXw1JOcalvfoF9KIoMhVP0rd54alZT8ejApmHA==", "dev": true, "requires": { "@asyncapi/generator-react-sdk": "^1.0.0", - "@asyncapi/parser": "^3.0.0-next-major-spec.14", - "@asyncapi/react-component": "^1.0.1", + "@asyncapi/parser": "^3.0.2", + "@asyncapi/react-component": "^1.2.12", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", "react-dom": "^17.0.2", @@ -35308,17 +35371,21 @@ } }, "@asyncapi/parser": { - "version": "3.0.0-next-major-spec.15", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.15.tgz", - "integrity": "sha512-3Ngxkekzw7oh8auqGmEnz3PiSxSIkveMzdpuBIOiQ3EHVnBpG1cdhi/mMlvksqTsMQcfLGPsVVqW7Y3cW2HPDQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", "dev": true, "requires": { - "@asyncapi/specs": "^6.0.0-next-major-spec.9", + "@asyncapi/specs": "^6.2.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", "@stoplight/json-ref-resolver": "^3.1.5", "@stoplight/spectral-core": "^1.16.1", "@stoplight/spectral-functions": "^1.7.2", "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", "@types/json-schema": "^7.0.11", "@types/urijs": "^1.19.19", "ajv": "^8.11.0", @@ -35327,15 +35394,13 @@ "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" } }, "@asyncapi/specs": { - "version": "6.0.0-next-major-spec.15", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.15.tgz", - "integrity": "sha512-yIh32KhmZQBxvnPr3D0BcsJ6XNLaCD9JicAGktyJvRzKVA73zxB2qmCp8v4+dHM9/SlQ6HQ7wBqC3H/5eC+5uA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", "dev": true, "requires": { "@types/json-schema": "^7.0.11" @@ -35717,6 +35782,7 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", + "dev": true, "requires": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -35741,12 +35807,14 @@ "dependencies": { "@asyncapi/specs": { "version": "5.1.0", + "dev": true, "requires": { "@types/json-schema": "^7.0.11" } }, "node-fetch": { "version": "2.6.7", + "dev": true, "requires": { "whatwg-url": "^5.0.0" } @@ -35754,13 +35822,57 @@ } }, "@asyncapi/protobuf-schema-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.0.tgz", - "integrity": "sha512-kjoLrll611K+xYC/iBUlSnZsCHbrhL999ItVHZhObUOjUB991XgonqbSAaihiiDXTYgceOLhJKAN5llkV/LOOA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.6.tgz", + "integrity": "sha512-XdjGyj4Sp7Hu2xy1gXaEm5ed5TcB9iQy9j2im3Hcqg8pwk1DTQqWF8zvfcDAKPGn22rBRSfzyrmecLOZtbuOPQ==", "requires": { - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^3.0.2", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" + }, + "dependencies": { + "@asyncapi/parser": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", + "requires": { + "@asyncapi/specs": "^6.2.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7" + } + }, + "@asyncapi/specs": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } } }, "@asyncapi/python-paho-template": { @@ -35849,14 +35961,14 @@ } }, "@asyncapi/react-component": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.2.tgz", - "integrity": "sha512-+KXIIsMhMy7OqUpmh4Jql+bFRT9dO7n+zBay+wjXEjWi3IyFHlw5CiP5XQ103PGYunRwnmaTkUwerjYIB0w6jA==", + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.12.tgz", + "integrity": "sha512-3UImY8CRIqiZDCjs3Ps8SgmaQfbVsFHPi7bUjPd1LnmYRxXKXKIL3MHxyFlQFR/vA8g6XKNiv0soNLIGREDqsA==", "requires": { - "@asyncapi/avro-schema-parser": "^3.0.5", - "@asyncapi/openapi-schema-parser": "^3.0.6", - "@asyncapi/parser": "^3.0.0-next-major-spec.10", - "@asyncapi/protobuf-schema-parser": "3.0.0", + "@asyncapi/avro-schema-parser": "^3.0.9", + "@asyncapi/openapi-schema-parser": "^3.0.10", + "@asyncapi/parser": "^3.0.2", + "@asyncapi/protobuf-schema-parser": "^3.0.6", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -35865,16 +35977,20 @@ }, "dependencies": { "@asyncapi/parser": { - "version": "3.0.0-next-major-spec.12", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.12.tgz", - "integrity": "sha512-68b3ceprIrkAWC9FLBOQqK+H9iQnwRNj2G8/s7OyvsNVpyRpNOe4xETUm/RkfyZYTjpLC2sGqbX42SEU0PW2+g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", "requires": { - "@asyncapi/specs": "^6.0.0-next-major-spec.9", + "@asyncapi/specs": "^6.2.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", "@stoplight/json-ref-resolver": "^3.1.5", "@stoplight/spectral-core": "^1.16.1", "@stoplight/spectral-functions": "^1.7.2", "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", "@types/json-schema": "^7.0.11", "@types/urijs": "^1.19.19", "ajv": "^8.11.0", @@ -35883,15 +35999,13 @@ "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" } }, "@asyncapi/specs": { - "version": "6.0.0-next-major-spec.13", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.13.tgz", - "integrity": "sha512-mnGllHVaUscCHaDnYfLGo84KK81NcTmevVFQP94RusKM2SvtYkbBuC0nwQ6ie/PAEHQy+kn2PjrJlfwwm7VgEQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", "requires": { "@types/json-schema": "^7.0.11" } @@ -35927,7 +36041,7 @@ "@asyncapi/converter": "^1.4.7", "@asyncapi/dotnet-nats-template": "^0.12.1", "@asyncapi/go-watermill-template": "^0.2.55", - "@asyncapi/html-template": "^2.0.0", + "@asyncapi/html-template": "^2.1.0", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^1.5.1", "@asyncapi/java-template": "^0.2.1", @@ -36023,16 +36137,6 @@ "node-fetch": "2.6.7" } }, - "@asyncapi/protobuf-schema-parser": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.6.tgz", - "integrity": "sha512-XdjGyj4Sp7Hu2xy1gXaEm5ed5TcB9iQy9j2im3Hcqg8pwk1DTQqWF8zvfcDAKPGn22rBRSfzyrmecLOZtbuOPQ==", - "requires": { - "@asyncapi/parser": "^3.0.2", - "@types/protocol-buffers-schema": "^3.4.1", - "protocol-buffers-schema": "^3.6.0" - } - }, "@asyncapi/specs": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", @@ -44703,7 +44807,8 @@ } }, "co": { - "version": "4.6.0" + "version": "4.6.0", + "dev": true }, "coa": { "version": "2.0.2", @@ -50564,12 +50669,14 @@ }, "json-schema-migrate": { "version": "0.2.0", + "dev": true, "requires": { "ajv": "^5.0.0" }, "dependencies": { "ajv": { "version": "5.5.2", + "dev": true, "requires": { "co": "^4.6.0", "fast-deep-equal": "^1.0.0", @@ -50578,10 +50685,12 @@ } }, "fast-deep-equal": { - "version": "1.1.0" + "version": "1.1.0", + "dev": true }, "json-schema-traverse": { - "version": "0.3.1" + "version": "0.3.1", + "dev": true } } }, @@ -53239,6 +53348,7 @@ }, "ramldt2jsonschema": { "version": "1.2.3", + "dev": true, "requires": { "commander": "^5.0.0", "js-yaml": "^3.14.0", @@ -53248,15 +53358,18 @@ "dependencies": { "argparse": { "version": "1.0.10", + "dev": true, "requires": { "sprintf-js": "~1.0.2" } }, "commander": { - "version": "5.1.0" + "version": "5.1.0", + "dev": true }, "js-yaml": { "version": "3.14.1", + "dev": true, "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -56606,12 +56719,14 @@ }, "webapi-parser": { "version": "0.5.0", + "dev": true, "requires": { "ajv": "6.5.2" }, "dependencies": { "ajv": { "version": "6.5.2", + "dev": true, "requires": { "fast-deep-equal": "^2.0.1", "fast-json-stable-stringify": "^2.0.0", @@ -56620,10 +56735,12 @@ } }, "fast-deep-equal": { - "version": "2.0.1" + "version": "2.0.1", + "dev": true }, "json-schema-traverse": { - "version": "0.4.1" + "version": "0.4.1", + "dev": true } } },