diff --git a/package-lock.json b/package-lock.json index 40bf3803a0c..f1cdd8382ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.22", - "@asyncapi/bundler": "^0.5.0", + "@asyncapi/bundler": "^0.5.1", "@asyncapi/converter": "^1.4.19", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", @@ -201,8 +201,9 @@ } }, "node_modules/@asyncapi/bundler": { - "version": "0.5.0", - "license": "Apache-2.0", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.5.1.tgz", + "integrity": "sha512-DdZGhvHkwR9Tq6ZwN+PNf+ln683dja9q4stPULqbXQbkYBV1bVlzek0YfkZACBue4TIosA/GVjIJqdnwIuFnHw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", "@asyncapi/parser": "^3.0.14", diff --git a/package.json b/package.json index 3d4751a262d..205813c167b 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.22", - "@asyncapi/bundler": "^0.5.0", + "@asyncapi/bundler": "^0.5.1", "@asyncapi/converter": "^1.4.19", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25",