diff --git a/apps/studio/package.json b/apps/studio/package.json index 319b642bf..97375d79a 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -22,7 +22,7 @@ "./LICENSE" ], "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.14", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/converter": "^1.4.12", "@asyncapi/openapi-schema-parser": "^3.0.15", "@asyncapi/parser": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index bf9f643d0..901179c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -497,7 +497,7 @@ "version": "0.20.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.14", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/converter": "^1.4.12", "@asyncapi/openapi-schema-parser": "^3.0.15", "@asyncapi/parser": "^3.0.7", @@ -993,9 +993,9 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.14", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.14.tgz", - "integrity": "sha512-LNARKl/J92LXbT5n4QMurHLZUd5SlVMn1xzJJVj8oLtJTsKTliCiDpAfwbEnCWbGU1yGINbUPWXZOj09IvT/tQ==", + "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.7", "@types/json-schema": "^7.0.11", @@ -35302,9 +35302,9 @@ } }, "@asyncapi/avro-schema-parser": { - "version": "3.0.14", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.14.tgz", - "integrity": "sha512-LNARKl/J92LXbT5n4QMurHLZUd5SlVMn1xzJJVj8oLtJTsKTliCiDpAfwbEnCWbGU1yGINbUPWXZOj09IvT/tQ==", + "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.7", "@types/json-schema": "^7.0.11", @@ -36364,7 +36364,7 @@ "@asyncapi/studio": { "version": "file:apps/studio", "requires": { - "@asyncapi/avro-schema-parser": "^3.0.14", + "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/converter": "^1.4.12", "@asyncapi/dotnet-nats-template": "^0.12.1", "@asyncapi/go-watermill-template": "^0.2.67",