From 562acaa1008f910a07607fcc94e292df400d9b19 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 29 Jan 2024 18:48:54 +0000 Subject: [PATCH] fix: update @asyncapi/openapi-schema-parser to 3.0.11 version --- apps/studio/package.json | 2 +- package-lock.json | 48 ++++++++++++++++++++-------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 51338246c..dbd5c239b 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -24,7 +24,7 @@ "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.9", "@asyncapi/converter": "^1.4.7", - "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/react-component": "^1.2.2", diff --git a/package-lock.json b/package-lock.json index 85ce29291..735dff9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -499,7 +499,7 @@ "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.9", "@asyncapi/converter": "^1.4.7", - "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/react-component": "^1.2.2", @@ -1858,11 +1858,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.10.tgz", - "integrity": "sha512-kaLeYLicn65iLCKnjrmOYEybjFgxrKBOc2ZjwloCMRahyWX3hQHPU9IqL54JxEQ2R9AGznROPhrKz4iczRfKZw==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.11.tgz", + "integrity": "sha512-56BXDxKKe0TMkM/Vij6No3m3veDr63hHqpn1fWL3B/htrib9bvEhG8b8wB5wcsfwIhigBmzVrhlQv3THlhw7SA==", "dependencies": { - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -1870,11 +1870,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser/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", @@ -1896,9 +1896,9 @@ } }, "node_modules/@asyncapi/openapi-schema-parser/node_modules/@asyncapi/specs": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", - "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", + "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" } @@ -35723,11 +35723,11 @@ } }, "@asyncapi/openapi-schema-parser": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.10.tgz", - "integrity": "sha512-kaLeYLicn65iLCKnjrmOYEybjFgxrKBOc2ZjwloCMRahyWX3hQHPU9IqL54JxEQ2R9AGznROPhrKz4iczRfKZw==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.11.tgz", + "integrity": "sha512-56BXDxKKe0TMkM/Vij6No3m3veDr63hHqpn1fWL3B/htrib9bvEhG8b8wB5wcsfwIhigBmzVrhlQv3THlhw7SA==", "requires": { - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.3", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -35735,11 +35735,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", @@ -35761,9 +35761,9 @@ } }, "@asyncapi/specs": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", - "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.1.tgz", + "integrity": "sha512-rfd0bzJrApEbxYD4U1SUG02GGG6lK6i6lup9LDWpVu1QwwuMNLAgf8+jsmsf3e7OinB/lauxRumGODXCxBu5Jw==", "requires": { "@types/json-schema": "^7.0.11" } @@ -36048,7 +36048,7 @@ "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/nodejs-template": "^1.0.0", "@asyncapi/nodejs-ws-template": "^0.9.33", - "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.3", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/python-paho-template": "^0.2.13",