From 8fc3673558d7ad6f99c0272dea658f6f74606727 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 7 Dec 2023 04:48:39 +0000 Subject: [PATCH] fix: update @asyncapi/bundler to 0.4.0 version --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c047f0361e..010ef300f40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.7", - "@asyncapi/bundler": "^0.3.8", + "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.5", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.15.5", @@ -200,9 +200,9 @@ } }, "node_modules/@asyncapi/bundler": { - "version": "0.3.11", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.3.11.tgz", - "integrity": "sha512-LddfWS6Sr0QB06O1X1dqBtcW7ZmAdK+0pt5mv3c1KmtoooKtYh0SU93Myg5VsADFMaUdN4BC79c349JPQKy5nQ==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.4.0.tgz", + "integrity": "sha512-yBOQb5lmUMNt1inMkuNN4iqmV1FBiR+ZRX4asvRHWYzcnLluhjRahoGuijCvLURuB+iavlr5aLUSX1bFDiz6vw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@types/json-schema": "^7.0.11", diff --git a/package.json b/package.json index 047a1c71dcf..afc1f2a869e 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.7", - "@asyncapi/bundler": "^0.3.8", + "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.5", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.15.5",