From 4bdb68de029f95b8e83babf54acd57d32e69bc04 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 13:21:05 +0000 Subject: [PATCH] fix: update @asyncapi/avro-schema-parser to 3.0.18 version --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c54f36e5ef4..6eaa846e840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.8", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.17", + "@asyncapi/avro-schema-parser": "^3.0.18", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.14", "@asyncapi/diff": "^0.4.1", @@ -181,11 +181,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.17.tgz", - "integrity": "sha512-r36XmZwrWvJ7WnELi1GHOnPEZR1vdf5Qr2DGIC/tskTiFeyYn+qbjm2PMZY9bD73VJmMmaqyZldkx7w3nTTIrw==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.18.tgz", + "integrity": "sha512-2w8cq10apV7Kc+mBPIaIhmErj1oJF8cERpTZKjFti1uoQCXX3oZ9H0wQCajlYNOANuh/a0F4JMEd2R/lM0PFXw==", "dependencies": { - "@asyncapi/parser": "^3.0.9", + "@asyncapi/parser": "^3.0.10", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -1396,11 +1396,11 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.9.tgz", - "integrity": "sha512-xsuW8UHWwQD8zbGCYirA6gjRkVUL9+RxboQY1Fm+AFlRo9cL9kMQr7OvfduJErI0PEsp/KdkuP56s7izlt5/+A==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.10.tgz", + "integrity": "sha512-x9qo7SHGzPWbC1XCRyilcI+Z6UZsWZ9uRl05h9j4G/v+3IjNG3krwngiAbt59nbLlYZD/nBS7Hc03GayoocnQw==", "dependencies": { - "@asyncapi/specs": "^6.5.2", + "@asyncapi/specs": "^6.5.3", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", diff --git a/package.json b/package.json index 1d86bb2ab87..791dc161c98 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.17", + "@asyncapi/avro-schema-parser": "^3.0.18", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.14", "@asyncapi/diff": "^0.4.1",