diff --git a/package-lock.json b/package-lock.json index de6b9273470..9671e741ff1 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 e42da60c985..d779a3996e4 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",