From 0fd7bfaf5b021d01c4cf99314e65238b7ce2d52e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 27 Feb 2024 16:01:29 +0100 Subject: [PATCH] fix: update @asyncapi/avro-schema-parser to 3.0.15 version (#1204) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74cfb1e9728..8dc92a0eb9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.15", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.12", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.11", "@asyncapi/diff": "^0.4.1", @@ -181,11 +181,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "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==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.15.tgz", + "integrity": "sha512-7dwoxX5lvlbQGIDsvuKPK3VdVDlVnwze4IUxNO/wiHl6CddciP7oF/E7+77+YoeLhiL22XNGsfciuTFgzwSxMA==", "dependencies": { - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.7", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } diff --git a/package.json b/package.json index a03dfa3ffcc..e7a3c1b5550 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.12", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.11", "@asyncapi/diff": "^0.4.1",