From 5bf41b6e0b07fcfae51f44cccc617b71161f7467 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 16 Feb 2024 18:10:23 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 3.0.6 version (#251) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff55826..d0261a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.12", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.6", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" }, @@ -45,9 +45,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.5.tgz", - "integrity": "sha512-Kc/hwCyb2/YzcIfQlY9lwjUDV/9cXMjVewQz9WvPVAaFlOr83bdHpccfnl2sQNXDcC+zCcpEDBjs41ATowPE3Q==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.6.tgz", + "integrity": "sha512-oHTaeXG9DOdBlBZ90xCSPCl3kT5XE851+Rxn47bMfG05Z48csZ1o9wFUl/SzQt+L8HgplFeQG4n/7EJHYOlcWQ==", "dependencies": { "@asyncapi/specs": "^6.4.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -7836,9 +7836,9 @@ } }, "@asyncapi/parser": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.5.tgz", - "integrity": "sha512-Kc/hwCyb2/YzcIfQlY9lwjUDV/9cXMjVewQz9WvPVAaFlOr83bdHpccfnl2sQNXDcC+zCcpEDBjs41ATowPE3Q==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.6.tgz", + "integrity": "sha512-oHTaeXG9DOdBlBZ90xCSPCl3kT5XE851+Rxn47bMfG05Z48csZ1o9wFUl/SzQt+L8HgplFeQG4n/7EJHYOlcWQ==", "requires": { "@asyncapi/specs": "^6.4.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index e7efc6f..cfecf4b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "README.md" ], "dependencies": { - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.6", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" },