From 9ab4728f7cdf4f1276c82b29edb828fef10d2224 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 13 Dec 2023 20:31:17 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 3.0.2 version (#59) --- 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 5f078a7..efe6a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.5", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.0", + "@asyncapi/parser": "^3.0.2", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" }, @@ -50,11 +50,11 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0.tgz", - "integrity": "sha512-DvPAt4pk7V4D5rTGTrMKOfqRQ1qTzf5CuGecFW+mxAIuKd8XyTT5kPPKTbDnAdFAVk1l7YjPIySE7t9xLaEjKw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", + "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", "dependencies": { - "@asyncapi/specs": "^6.0.0", + "@asyncapi/specs": "^6.2.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -76,9 +76,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.1.0.tgz", - "integrity": "sha512-RXWktqwnErkZmPppT7FWQ8njoULKrB6ERUZUWT0+PdrQ1ti+VvyiCS3RvhdgE2r612VPP9NIh05tJgBCv6LgoQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", "dependencies": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index 8766680..5d7a6dc 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "README.md" ], "dependencies": { - "@asyncapi/parser": "^3.0.0", + "@asyncapi/parser": "^3.0.2", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" },