diff --git a/package-lock.json b/package-lock.json index ae2a503c632..589b4bb4517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", - "@asyncapi/bundler": "^0.6.2", + "@asyncapi/bundler": "^0.6.3", "@asyncapi/converter": "^1.5.1", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", @@ -201,12 +201,11 @@ } }, "node_modules/@asyncapi/bundler": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.2.tgz", - "integrity": "sha512-kYfENo1D4qEIB2B5dcpSzwGdjetXf0OX40flqmiASCRUskE1ohzzqqe+bRZWZaXt5ljOizPe/+md9CEHisNc8Q==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.3.tgz", + "integrity": "sha512-lzZWuo/Xc7DhRrI9zl+7esdtVienHV+tHf5rd3qk8JJQfIPAUFwwYLyHfRCjtJjkLb9+ME78eqXVUFoBsefv1Q==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", - "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", "@ungap/structured-clone": "^1.2.0", "js-yaml": "^4.1.0", @@ -4776,6 +4775,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", @@ -24982,12 +24993,11 @@ } }, "@asyncapi/bundler": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.2.tgz", - "integrity": "sha512-kYfENo1D4qEIB2B5dcpSzwGdjetXf0OX40flqmiASCRUskE1ohzzqqe+bRZWZaXt5ljOizPe/+md9CEHisNc8Q==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.3.tgz", + "integrity": "sha512-lzZWuo/Xc7DhRrI9zl+7esdtVienHV+tHf5rd3qk8JJQfIPAUFwwYLyHfRCjtJjkLb9+ME78eqXVUFoBsefv1Q==", "requires": { "@apidevtools/json-schema-ref-parser": "^11.5.4", - "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", "@ungap/structured-clone": "^1.2.0", "js-yaml": "^4.1.0", @@ -28025,6 +28035,13 @@ "@clack/core": "^0.3.3", "picocolors": "^1.0.0", "sisteransi": "^1.0.5" + }, + "dependencies": { + "is-unicode-supported": { + "version": "1.3.0", + "bundled": true, + "extraneous": true + } } }, "@cspotcode/source-map-support": { diff --git a/package.json b/package.json index 9dec1e197a4..9152ac3c161 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": "https://github.com/asyncapi/cli/issues", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", - "@asyncapi/bundler": "^0.6.2", + "@asyncapi/bundler": "^0.6.3", "@asyncapi/converter": "^1.5.1", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25",