From cf1a0a0b0fb757df8ac540c43b416e917b22fbc1 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 29 Jan 2024 19:31:16 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 3.0.3 version (#1099) --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26d987b44e4..90f7ebfbd16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@asyncapi/modelina": "^2.1.1", "@asyncapi/openapi-schema-parser": "^3.0.10", "@asyncapi/optimizer": "^0.2.7", - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/raml-dt-schema-parser": "^4.0.10", "@asyncapi/studio": "^0.20.0", @@ -522,10 +522,11 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.2", - "license": "Apache-2.0", + "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", @@ -709,8 +710,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.2.0", - "license": "Apache-2.0", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.1.tgz", + "integrity": "sha512-rfd0bzJrApEbxYD4U1SUG02GGG6lK6i6lup9LDWpVu1QwwuMNLAgf8+jsmsf3e7OinB/lauxRumGODXCxBu5Jw==", "dependencies": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index fbfd8947300..f48c8c81ae7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@asyncapi/modelina": "^2.1.1", "@asyncapi/openapi-schema-parser": "^3.0.10", "@asyncapi/optimizer": "^0.2.7", - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/raml-dt-schema-parser": "^4.0.10", "@asyncapi/studio": "^0.20.0",