From 2aaad8d1500ecf10190789020977615de3068922 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 4 Feb 2024 13:01:01 +0100 Subject: [PATCH] fix: update @asyncapi/avro-schema-parser to 3.0.12 version (#1149) --- package-lock.json | 18 +++++------------- package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a27c5f3c60..8c8278d3a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.1", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.11", + "@asyncapi/avro-schema-parser": "^3.0.12", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.9", "@asyncapi/diff": "^0.4.1", @@ -181,10 +181,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.11", - "license": "Apache-2.0", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.12.tgz", + "integrity": "sha512-rxU4uyxDa6R3IC8XQ39ww+TWCZpjkz0y+M1w6aIl2N2rVCIkvH7KdYkXoqqkByBY8gY/wYbPrQMbFtaG1/2atg==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.5", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -348,15 +349,6 @@ "node": ">=0.10.0" } }, - "node_modules/@asyncapi/generator/node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.11", - "license": "Apache-2.0", - "dependencies": { - "@asyncapi/parser": "^3.0.4", - "@types/json-schema": "^7.0.11", - "avsc": "^5.7.6" - } - }, "node_modules/@asyncapi/generator/node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "license": "MIT", diff --git a/package.json b/package.json index 1640f844a04..8d1d66187e3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "bugs": "https://github.com/asyncapi/cli/issues", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.11", + "@asyncapi/avro-schema-parser": "^3.0.12", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.9", "@asyncapi/diff": "^0.4.1",