From aa04174e5be4f1871daff92e4965b123fc9858d7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 18 Aug 2024 05:17:34 +0000 Subject: [PATCH] fix: update @asyncapi/bundler to 0.6.2 version and others --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 124bc5f9cd9..b947d1a71c3 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.1", + "@asyncapi/bundler": "^0.6.2", "@asyncapi/converter": "^1.5.0", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", @@ -201,9 +201,9 @@ } }, "node_modules/@asyncapi/bundler": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.1.tgz", - "integrity": "sha512-wVoqyjNP7PCj96eAJ1XsZoSe5K1pz6j/VOss/ruGLBB1Za8o3iVaFuHhWHrQuXihKBcJTh8cjybVSiWY2YMxug==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.2.tgz", + "integrity": "sha512-kYfENo1D4qEIB2B5dcpSzwGdjetXf0OX40flqmiASCRUskE1ohzzqqe+bRZWZaXt5ljOizPe/+md9CEHisNc8Q==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", "@asyncapi/parser": "^3.1.0", @@ -27902,9 +27902,9 @@ } }, "@asyncapi/bundler": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.1.tgz", - "integrity": "sha512-wVoqyjNP7PCj96eAJ1XsZoSe5K1pz6j/VOss/ruGLBB1Za8o3iVaFuHhWHrQuXihKBcJTh8cjybVSiWY2YMxug==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.2.tgz", + "integrity": "sha512-kYfENo1D4qEIB2B5dcpSzwGdjetXf0OX40flqmiASCRUskE1ohzzqqe+bRZWZaXt5ljOizPe/+md9CEHisNc8Q==", "requires": { "@apidevtools/json-schema-ref-parser": "^11.5.4", "@asyncapi/parser": "^3.1.0", diff --git a/package.json b/package.json index 9d92687efd5..526111b6dd8 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.1", + "@asyncapi/bundler": "^0.6.2", "@asyncapi/converter": "^1.5.0", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25",