From bcb530c47a879f6b0f1c04d36a24f2501b02bcc0 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 6 Nov 2024 14:36:56 +0100 Subject: [PATCH] chore: update @asyncapi/cli to 2.8.1 version and others (#699) --- package-lock.json | 65 ++++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 48 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index fce06d47b..8310394ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "sync-fetch": "^0.5.2" }, "devDependencies": { - "@asyncapi/cli": "^2.8.0", + "@asyncapi/cli": "^2.8.1", "cross-env": "^7.0.3", "jest": "^26.6.3", "jest-esm-transformer": "^1.0.0", @@ -132,33 +132,32 @@ } }, "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==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/@asyncapi/bundler/-/bundler-0.6.4.tgz", + "integrity": "sha512-lKZo2FF2TKt4n6Qm8vP/JOEEGE04gdH/D9oHmBt/NfOylMaw8XoFsI+k+IJyzpVMzREjZfxGf9gNzfW0CWRf5g==", "dev": true, "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" } }, "node_modules/@asyncapi/cli": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.8.0.tgz", - "integrity": "sha512-A43SgIG72OzPfowDyVftRQ0Qq9ci23fqjsnSaZ7z3HF12gX+AIIQjFJvCm2nbgcFNJghQAYIFwgttj0d1dqCBQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.8.1.tgz", + "integrity": "sha512-l5Juhzu+5/4FcHTllAmHtviF2MAUNX14HmQbkU5XV9I5ZhAVeIEUmUV+5whuEL6ojMpO7Iifm9PCbLeL1BU/IA==", "dev": true, "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", "@asyncapi/modelina-cli": "^4.0.0-next.48", "@asyncapi/openapi-schema-parser": "^3.0.24", - "@asyncapi/optimizer": "^1.0.3", + "@asyncapi/optimizer": "^1.0.4", "@asyncapi/parser": "^3.3.0", "@asyncapi/protobuf-schema-parser": "^3.2.13", "@asyncapi/raml-dt-schema-parser": "^4.0.24", @@ -652,21 +651,39 @@ } }, "node_modules/@asyncapi/optimizer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/optimizer/-/optimizer-1.0.3.tgz", - "integrity": "sha512-YpYo/GF9Ad6YbAf9P3q2RaHggXxzJ/CXletquTJBBxiSvxWjX57qz4KEzLEwmVqoFIetwdK3HNUd7bBpJGfHtg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/optimizer/-/optimizer-1.0.4.tgz", + "integrity": "sha512-6DZM73k0SUs4ErUvnyYbWsDZcsovO/bZLkAS1pSGMar89C2ydcQ8HfhjCS91R7Hw1ygYDnConqZKR1JjABe8AQ==", "dev": true, "dependencies": { "@asyncapi/parser": "^3.2.2", "@types/debug": "^4.1.8", "debug": "^4.3.4", "js-yaml": "^4.1.0", - "jsonpath-plus": "^6.0.1", + "jsonpath-plus": "^10.1.0", "lodash": "^4.17.21", "merge-deep": "^3.0.3", "yaml": "^2.3.1" } }, + "node_modules/@asyncapi/optimizer/node_modules/jsonpath-plus": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", + "integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", + "dev": true, + "dependencies": { + "@jsep-plugin/assignment": "^1.2.1", + "@jsep-plugin/regex": "^1.0.3", + "jsep": "^1.3.9" + }, + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@asyncapi/parser": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.3.0.tgz", @@ -4702,6 +4719,18 @@ "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==", "dev": true }, + "node_modules/@jsep-plugin/assignment": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", + "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "dev": true, + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, "node_modules/@jsep-plugin/regex": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz", @@ -25225,9 +25254,9 @@ } }, "node_modules/jsep": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.8.tgz", - "integrity": "sha512-qofGylTGgYj9gZFsHuyWAN4jr35eJ66qJCK4eKDnldohuUoQFbU3iZn2zjvEbd9wOAhP9Wx5DsAAduTyE1PSWQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", + "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", "engines": { "node": ">= 10.16.0" } @@ -25378,7 +25407,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz", "integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==", - "devOptional": true, + "optional": true, "engines": { "node": ">=10.0.0" } diff --git a/package.json b/package.json index c22289ccb..9c043363d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "sync-fetch": "^0.5.2" }, "devDependencies": { - "@asyncapi/cli": "^2.8.0", + "@asyncapi/cli": "^2.8.1", "cross-env": "^7.0.3", "jest": "^26.6.3", "jest-esm-transformer": "^1.0.0",