From 88ae750e5f873d1411127e24a65deda360a205d7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 29 Jan 2024 19:31:44 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 3.0.3 version (#928) --- apps/studio/package.json | 2 +- package-lock.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 7f8eb371f..51338246c 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -25,7 +25,7 @@ "@asyncapi/avro-schema-parser": "^3.0.9", "@asyncapi/converter": "^1.4.7", "@asyncapi/openapi-schema-parser": "^3.0.4", - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/react-component": "^1.2.2", "@asyncapi/specs": "^6.2.1", diff --git a/package-lock.json b/package-lock.json index 8cb88e592..85ce29291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -500,7 +500,7 @@ "@asyncapi/avro-schema-parser": "^3.0.9", "@asyncapi/converter": "^1.4.7", "@asyncapi/openapi-schema-parser": "^3.0.4", - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/react-component": "^1.2.2", "@asyncapi/specs": "^6.2.1", @@ -608,11 +608,11 @@ } }, "apps/studio/node_modules/@asyncapi/parser": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", - "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.3.tgz", + "integrity": "sha512-nRkzgzcSkqBMy6kL/AWNsL8EJzDePFI4x6949V+4R/zYtbAm1IYY9Q4DEc81pnxoWHrJrVvrSD6O73/VTJ+XoA==", "dependencies": { - "@asyncapi/specs": "^6.2.0", + "@asyncapi/specs": "^6.2.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -36049,7 +36049,7 @@ "@asyncapi/nodejs-template": "^1.0.0", "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^3.0.4", - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/react-component": "^1.2.2", @@ -36112,11 +36112,11 @@ }, "dependencies": { "@asyncapi/parser": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", - "integrity": "sha512-AtDFndWwnaqGoXZQY2DRtORT2Ls4BI7MSR+Rg7TRwxf5jxIz/WVvQwc5HElkHuDEkIZslYu+ukFzNq3awdj0aw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.3.tgz", + "integrity": "sha512-nRkzgzcSkqBMy6kL/AWNsL8EJzDePFI4x6949V+4R/zYtbAm1IYY9Q4DEc81pnxoWHrJrVvrSD6O73/VTJ+XoA==", "requires": { - "@asyncapi/specs": "^6.2.0", + "@asyncapi/specs": "^6.2.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2",