From 341b1eb08001a771afd3ed6e22f8bc9e21255eee Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 29 Jan 2024 06:54:10 +0000 Subject: [PATCH] chore: update @asyncapi/cli to 1.4.1 version --- 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 ebf8880a4..fec4f2cf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "sync-fetch": "^0.5.2" }, "devDependencies": { - "@asyncapi/cli": "^1.4.0", + "@asyncapi/cli": "^1.4.1", "cross-env": "^7.0.3", "jest": "^26.6.3", "jest-esm-transformer": "^1.0.0", @@ -140,9 +140,9 @@ } }, "node_modules/@asyncapi/cli": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-1.4.0.tgz", - "integrity": "sha512-UTa7SYlL5Q7KtzKS0+6s39jyvdJtXY6T+TlQ8Gqbx031AaOkBomwNPHg7pMEwWimOihK8o2cNV07GtKDmLPN5A==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@asyncapi/cli/-/cli-1.4.1.tgz", + "integrity": "sha512-x/SJYRp+Fa3qms97QD51IDp/ok6H+yDhhuntBXAkFwgElpiy2moIGEKFpVsoLq/rFWGfNShyZJ7w2ZooRK/I3Q==", "dev": true, "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.9", @@ -154,7 +154,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.10", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.2", - "@asyncapi/protobuf-schema-parser": "^3.0.6", + "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/raml-dt-schema-parser": "^4.0.10", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2", @@ -591,9 +591,9 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.6.tgz", - "integrity": "sha512-XdjGyj4Sp7Hu2xy1gXaEm5ed5TcB9iQy9j2im3Hcqg8pwk1DTQqWF8zvfcDAKPGn22rBRSfzyrmecLOZtbuOPQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.0.tgz", + "integrity": "sha512-xIwjk6Lji+GDEeFrpdK1tlefNqoW8zmP0+HA74va0XE7Gz/pgnW9z3AJXZaTEus2FmpCVLi5n6Tr4NS3eozy2Q==", "dependencies": { "@asyncapi/parser": "^3.0.2", "@types/protocol-buffers-schema": "^3.4.1", diff --git a/package.json b/package.json index fb15e408f..f71f9f4dc 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "sync-fetch": "^0.5.2" }, "devDependencies": { - "@asyncapi/cli": "^1.4.0", + "@asyncapi/cli": "^1.4.1", "cross-env": "^7.0.3", "jest": "^26.6.3", "jest-esm-transformer": "^1.0.0",