From 9d0cab899ae6eb2fabd1cd0aa575fbd22dbfebb8 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 8 Aug 2024 06:53:29 +0000 Subject: [PATCH] fix: update @asyncapi/bundler to 0.6.1 version and others --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2f6cfae3ac..c50f3490c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", - "@asyncapi/bundler": "^0.6.0", + "@asyncapi/bundler": "^0.6.1", "@asyncapi/converter": "^1.4.20", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", @@ -202,13 +202,14 @@ } }, "node_modules/@asyncapi/bundler": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.0.tgz", - "integrity": "sha512-rbEqNoE5Z5ATtmsH5ngRwhgaCDrU+LPfULFOGi4I4S81kRQsdYVke574W6XrThzxXieIBXDwf4SVvY1dWAvlyg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.1.tgz", + "integrity": "sha512-wVoqyjNP7PCj96eAJ1XsZoSe5K1pz6j/VOss/ruGLBB1Za8o3iVaFuHhWHrQuXihKBcJTh8cjybVSiWY2YMxug==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", + "@ungap/structured-clone": "^1.2.0", "js-yaml": "^4.1.0", "jsonpath-plus": "^6.0.1", "lodash": "^4.17.21" @@ -9020,7 +9021,6 @@ }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", - "dev": true, "license": "ISC" }, "node_modules/abab": { diff --git a/package.json b/package.json index e5e308e4e14..ebc8dacad05 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.23", - "@asyncapi/bundler": "^0.6.0", + "@asyncapi/bundler": "^0.6.1", "@asyncapi/converter": "^1.4.20", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25",