From fe232d3e30d4b19a8b87bbb4a87df0b8e4a09a9c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 7 Dec 2023 05:50:59 +0100 Subject: [PATCH] fix: update @asyncapi/bundler to 0.4.0 version (#405) --- 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 43a82d25..cba40fe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^10.1.0", "@asyncapi/avro-schema-parser": "^1.1.0", - "@asyncapi/bundler": "^0.3.11", + "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.4", "@asyncapi/diff": "^0.4.1", "@asyncapi/dotnet-nats-template": "^0.12.1", @@ -175,9 +175,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", @@ -16727,9 +16727,9 @@ } }, "@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==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@types/json-schema": "^7.0.11", diff --git a/package.json b/package.json index 83c579da..c019e4b0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^10.1.0", "@asyncapi/avro-schema-parser": "^1.1.0", - "@asyncapi/bundler": "^0.3.11", + "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.4", "@asyncapi/diff": "^0.4.1", "@asyncapi/dotnet-nats-template": "^0.12.1",