From e5fdbd876180eebe62b07304352d32f7758ccc8e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 20 May 2024 22:46:20 +0200 Subject: [PATCH] fix: update @asyncapi/bundler to 0.5.1 version and others (#1438) --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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",