diff --git a/package-lock.json b/package-lock.json index 0c498c6049c..b1dca4bd628 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.3", + "@asyncapi/bundler": "^0.6.4", "@asyncapi/converter": "^1.6.2", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", @@ -211,16 +211,14 @@ } }, "node_modules/@asyncapi/bundler": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.3.tgz", - "integrity": "sha512-lzZWuo/Xc7DhRrI9zl+7esdtVienHV+tHf5rd3qk8JJQfIPAUFwwYLyHfRCjtJjkLb9+ME78eqXVUFoBsefv1Q==", - "license": "Apache-2.0", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.4.tgz", + "integrity": "sha512-lKZo2FF2TKt4n6Qm8vP/JOEEGE04gdH/D9oHmBt/NfOylMaw8XoFsI+k+IJyzpVMzREjZfxGf9gNzfW0CWRf5g==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", "@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" } }, @@ -8672,6 +8670,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", + "dev": true, "license": "MIT" }, "node_modules/are-we-there-yet": { @@ -9654,6 +9653,7 @@ "version": "3.9.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "dev": true, "funding": [ { "type": "github", diff --git a/package.json b/package.json index 940d6e059c3..39a86588c6b 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.3", + "@asyncapi/bundler": "^0.6.4", "@asyncapi/converter": "^1.6.2", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25",