From fd5d293de4e95fd1e388a3d0726918551ab74a75 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 13 Dec 2023 10:59:35 +0000 Subject: [PATCH] fix: update @asyncapi/specs to 6.2.0 version --- package-lock.json | 46 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9c5c60c..82dfe9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@asyncapi/problem": "^1.0.0", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/raml-dt-schema-parser": "^2.0.1", - "@asyncapi/specs": "^4.2.1", + "@asyncapi/specs": "^6.2.0", "@asyncapi/ts-nats-template": "^0.10.3", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", @@ -248,14 +248,6 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/@asyncapi/converter/node_modules/@asyncapi/specs": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0.tgz", - "integrity": "sha512-/HikjNcrTR/OgZmXWHYkdLdoJQUm80zcM5dnr1dx2R92WRmMQ0wweEJyFXCZwwyzoRkPHMD3RU4h3ppM8pYHRQ==", - "dependencies": { - "@types/json-schema": "^7.0.11" - } - }, "node_modules/@asyncapi/converter/node_modules/@stoplight/json": { "version": "3.21.0", "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz", @@ -1249,6 +1241,14 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/@asyncapi/parser/node_modules/@asyncapi/specs": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.3.1.tgz", + "integrity": "sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, "node_modules/@asyncapi/parser/node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -1398,9 +1398,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.2.1.tgz", - "integrity": "sha512-NeOgMxl1J00PbsmStbDFE6OVA6rE5S3xv0Twm70MwMigsE28hdG9iH/+2SrMBeD/NFKVlryHcEuLtAPoqiCCFg==", + "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" } @@ -16801,14 +16801,6 @@ } } }, - "@asyncapi/specs": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0.tgz", - "integrity": "sha512-/HikjNcrTR/OgZmXWHYkdLdoJQUm80zcM5dnr1dx2R92WRmMQ0wweEJyFXCZwwyzoRkPHMD3RU4h3ppM8pYHRQ==", - "requires": { - "@types/json-schema": "^7.0.11" - } - }, "@stoplight/json": { "version": "3.21.0", "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz", @@ -17731,6 +17723,14 @@ } } }, + "@asyncapi/specs": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.3.1.tgz", + "integrity": "sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -17870,9 +17870,9 @@ } }, "@asyncapi/specs": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.2.1.tgz", - "integrity": "sha512-NeOgMxl1J00PbsmStbDFE6OVA6rE5S3xv0Twm70MwMigsE28hdG9iH/+2SrMBeD/NFKVlryHcEuLtAPoqiCCFg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", + "integrity": "sha512-5uf/Rg6pavZHx7rVIkP0TP/icIahJCuHgmY1rdtkrWxHZMXbASDDV3DlTUaonbsUeemwchoqljmrTd1O1xqvxg==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index ec671929..4d3df60a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@asyncapi/problem": "^1.0.0", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/raml-dt-schema-parser": "^2.0.1", - "@asyncapi/specs": "^4.2.1", + "@asyncapi/specs": "^6.2.0", "@asyncapi/ts-nats-template": "^0.10.3", "ajv": "^8.8.2", "ajv-formats": "^2.1.1",