From 9776b9c6ba427e9b00249ad78b5f8bae3364c932 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 27 Feb 2024 16:04:26 +0100 Subject: [PATCH] fix: update @asyncapi/avro-schema-parser to 3.0.15 version (#925) --- library/package-lock.json | 18 +++++++++--------- library/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/library/package-lock.json b/library/package-lock.json index dbe80c2c6..5226d4fe1 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.13", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.12", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/openapi-schema-parser": "^3.0.15", "@asyncapi/parser": "^3.0.7", "@asyncapi/protobuf-schema-parser": "^3.2.4", @@ -63,11 +63,11 @@ "dev": true }, "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" } @@ -16375,11 +16375,11 @@ "dev": true }, "@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==", "requires": { - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.7", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } diff --git a/library/package.json b/library/package.json index 62a11d855..08c4ce8cb 100644 --- a/library/package.json +++ b/library/package.json @@ -68,7 +68,7 @@ "get:version": "echo $npm_package_version" }, "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.12", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/openapi-schema-parser": "^3.0.15", "@asyncapi/parser": "^3.0.7", "@asyncapi/protobuf-schema-parser": "^3.2.4",