From 3acb427924a2c57dbce368115697e879257cef6d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 24 Oct 2024 05:59:44 +0000 Subject: [PATCH] chore: update @asyncapi/cli to 2.7.3 version and others --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 005932463..d087cd676 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "sync-fetch": "^0.5.2" }, "devDependencies": { - "@asyncapi/cli": "^2.7.2", + "@asyncapi/cli": "^2.7.3", "cross-env": "^7.0.3", "jest": "^26.6.3", "jest-esm-transformer": "^1.0.0", @@ -146,9 +146,9 @@ } }, "node_modules/@asyncapi/cli": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.7.2.tgz", - "integrity": "sha512-CPwdRbH40eZ+1/xFeushbPK03aqW7SmIeNBSElSrMoP3UPp6/LJqVN4n8EZDqny4baR3g0tSKb+hB6ilcOcjXA==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.7.3.tgz", + "integrity": "sha512-xELgx2YpQQTIfLHA5fuHPrh1U48OUtoyaUGJnnXV4XiqcFG6MTxpcqZsPXtnxomInIu44b7/MFw34pm8G5QLVA==", "dev": true, "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.23", diff --git a/package.json b/package.json index c58f1b18e..9e1a3dcde 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "sync-fetch": "^0.5.2" }, "devDependencies": { - "@asyncapi/cli": "^2.7.2", + "@asyncapi/cli": "^2.7.3", "cross-env": "^7.0.3", "jest": "^26.6.3", "jest-esm-transformer": "^1.0.0",