diff --git a/package-lock.json b/package-lock.json index 64873ed7..7a0302ae 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", @@ -16735,9 +16735,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 da328437..9990c209 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",