From ee9c84ba29fe4b0f8ae296c947364255e5d0ba1d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 3 Apr 2024 15:10:26 +0000 Subject: [PATCH] fix: update @asyncapi/avro-schema-parser to 3.0.20 version --- library/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/package.json b/library/package.json index 291916e1e..9f335b03b 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.19", + "@asyncapi/avro-schema-parser": "^3.0.20", "@asyncapi/openapi-schema-parser": "^3.0.18", "@asyncapi/parser": "^3.0.12", "@asyncapi/protobuf-schema-parser": "^3.2.8", diff --git a/package-lock.json b/package-lock.json index ca28fd6c8..addd4c059 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "version": "1.4.4", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.19", + "@asyncapi/avro-schema-parser": "^3.0.20", "@asyncapi/openapi-schema-parser": "^3.0.18", "@asyncapi/parser": "^3.0.12", "@asyncapi/protobuf-schema-parser": "^3.2.8", @@ -241,11 +241,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.19", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.19.tgz", - "integrity": "sha512-1+qwxeAbSpp2OQw1TkjWemS7v646lSVM2RMJzDAh5qP5w33hM2xLXcuYC2O72l2AbCl4bkRfXTjTWLLq8qiPAA==", + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.20.tgz", + "integrity": "sha512-VwXpuK5hlwikBlqgbYAhabOvN/suSqPljZ5xqw6Tq+zcay0duyLK+nKdBEGuae4uLsFricHmbsfgedTczP3YqQ==", "dependencies": { - "@asyncapi/parser": "^3.0.11", + "@asyncapi/parser": "^3.0.12", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" }