From 01d846389ce7876dd7726c91e5a706c2d7d5e0a4 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 19 Sep 2024 07:57:05 +0200 Subject: [PATCH] chore: update @asyncapi/cli to 2.3.13 version and others (#602) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9a2e2609..7aa65ee59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "yaml": "^1.10.2" }, "devDependencies": { - "@asyncapi/cli": "^2.3.12", + "@asyncapi/cli": "^2.3.13", "@asyncapi/parser": "^3.1.0", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", @@ -182,14 +182,14 @@ } }, "node_modules/@asyncapi/cli": { - "version": "2.3.12", - "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.3.12.tgz", - "integrity": "sha512-jcJ64IUr7Y84a4jX5Pn1YEA1VPxx/QR6pjANjDM88tiRzVnXjU5Ds0M/CcavfAoCqTzw938OkVzmteYA+iCj7g==", + "version": "2.3.13", + "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.3.13.tgz", + "integrity": "sha512-gg0Y3MR8kzwg2drS+bEBIF78LvDD4APBKkz40hGVjt2TIFoMJZ1pyLWdoHsu2lF49TBzytleOYEJtjxEZeaO1Q==", "dev": true, "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", "@asyncapi/bundler": "^0.6.3", - "@asyncapi/converter": "^1.6.0", + "@asyncapi/converter": "^1.6.1", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", "@asyncapi/modelina": "^3.7.0", @@ -510,9 +510,9 @@ } }, "node_modules/@asyncapi/converter": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.6.0.tgz", - "integrity": "sha512-1Qp14UJhpct1MGHtYS/0scSanczQYxQ/rWBgpb8PMDCujf4b36L36qjUb1WcaL0VTWlkhvnHE03SoIYc8W+Msg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.6.1.tgz", + "integrity": "sha512-C4g9hbo6bModuv1bvrkdK8efAlISdVONLtYHURqaCUlrtD6PnQ9y6LKD50LZBJV9CAFyHbrrAnclmSGyGr5wKA==", "dev": true, "dependencies": { "@asyncapi/parser": "^3.1.0", diff --git a/package.json b/package.json index 29bf9ee5f..2f9446f67 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "yaml": "^1.10.2" }, "devDependencies": { - "@asyncapi/cli": "^2.3.12", + "@asyncapi/cli": "^2.3.13", "@asyncapi/parser": "^3.1.0", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5",