diff --git a/package-lock.json b/package-lock.json index c462e5f3666..3b90bdec3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@asyncapi/modelina-cli": "^4.0.0-next.48", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/optimizer": "^1.0.2", - "@asyncapi/parser": "^3.0.16", + "@asyncapi/parser": "^3.1.0", "@asyncapi/protobuf-schema-parser": "^3.2.12", "@asyncapi/raml-dt-schema-parser": "^4.0.22", "@asyncapi/studio": "^0.20.0", @@ -25,8 +25,8 @@ "@oclif/core": "^3", "@oclif/errors": "^1.3.6", "@oclif/plugin-not-found": "^2.3.22", - "@smoya/asyncapi-adoption-metrics": "^2.4.8", - "@smoya/multi-parser": "^5.0.8", + "@smoya/asyncapi-adoption-metrics": "^2.4.9", + "@smoya/multi-parser": "^5.0.9", "@stoplight/spectral-cli": "6.9.0", "ajv": "^8.12.0", "chalk": "^4.1.0", @@ -5074,9 +5074,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.16.tgz", - "integrity": "sha512-Ze0OAZvyCKWLeAMNcyY6nnc2Xbv5vvyvXFRnCD/I0VIGlIgbIlD7HbDgeQcNZ9fZ68lT0myjje8QLmFP7ddLGw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.1.0.tgz", + "integrity": "sha512-rUd+fsPRE68o+F3gLqk7OaBj5J5VgBiLk9eJBGEXolNmKbVd45mxJm2aBpMkphQEmYHuBvxZyiNYlSCyr1D2fA==", "dependencies": { "@asyncapi/specs": "^6.7.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -10545,17 +10545,17 @@ } }, "node_modules/@smoya/asyncapi-adoption-metrics": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/@smoya/asyncapi-adoption-metrics/-/asyncapi-adoption-metrics-2.4.8.tgz", - "integrity": "sha512-MxasX63xVT+oZYK2Mj2W/+pTfp8t7XttXXNWilogbclyDh1wLmSsyX0cMUYnhQSuS3OMYYv8xg9U2+FnkJ0QIA==", + "version": "2.4.9", + "resolved": "https://registry.npmjs.org/@smoya/asyncapi-adoption-metrics/-/asyncapi-adoption-metrics-2.4.9.tgz", + "integrity": "sha512-SV6k2ae6WhXa7W9n+1FYQ+vM/8LviV9V3qmbBxnMi3ILJDxNUzmvs91lTadHtYgZG7kbazbeNlwLZ8LbfCuzfQ==", "dependencies": { - "@smoya/multi-parser": "^5.0.8" + "@smoya/multi-parser": "^5.0.9" } }, "node_modules/@smoya/multi-parser": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.8.tgz", - "integrity": "sha512-A/2Bqz7aDRVBRNoXYgbnbaD2YCmwEU1N4865zHCJfXRXX9J4OKF54nTuIjLYu3mHJUOroIx8z5lYmCELd+hCgw==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.9.tgz", + "integrity": "sha512-GXH3HscWq3Cu2y5/IeZLNvsWQJdAXbdI7AD2OnPrOWJdGp3pXgOu9ojAHH/Fc2WkF8krzWSPIe/NfbmQLokFag==", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/openapi-schema-parser": "^3.0.4", @@ -10563,7 +10563,7 @@ "@asyncapi/raml-dt-schema-parser": "^4.0.4", "parserapiv1": "npm:@asyncapi/parser@^2.1.0", "parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8", - "parserapiv3": "npm:@asyncapi/parser@^3.0.16" + "parserapiv3": "npm:@asyncapi/parser@^3.1.0" } }, "node_modules/@stoplight/better-ajv-errors": { @@ -21672,9 +21672,9 @@ }, "node_modules/parserapiv3": { "name": "@asyncapi/parser", - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.16.tgz", - "integrity": "sha512-Ze0OAZvyCKWLeAMNcyY6nnc2Xbv5vvyvXFRnCD/I0VIGlIgbIlD7HbDgeQcNZ9fZ68lT0myjje8QLmFP7ddLGw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.1.0.tgz", + "integrity": "sha512-rUd+fsPRE68o+F3gLqk7OaBj5J5VgBiLk9eJBGEXolNmKbVd45mxJm2aBpMkphQEmYHuBvxZyiNYlSCyr1D2fA==", "dependencies": { "@asyncapi/specs": "^6.7.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index f01c8f628f5..acab31e36bf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@asyncapi/generator": "^1.17.25", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/optimizer": "^1.0.2", - "@asyncapi/parser": "^3.0.16", + "@asyncapi/parser": "^3.1.0", "@asyncapi/protobuf-schema-parser": "^3.2.12", "@asyncapi/raml-dt-schema-parser": "^4.0.22", "@asyncapi/studio": "^0.20.0", @@ -24,8 +24,8 @@ "@oclif/core": "^3", "@oclif/errors": "^1.3.6", "@oclif/plugin-not-found": "^2.3.22", - "@smoya/asyncapi-adoption-metrics": "^2.4.8", - "@smoya/multi-parser": "^5.0.8", + "@smoya/asyncapi-adoption-metrics": "^2.4.9", + "@smoya/multi-parser": "^5.0.9", "@stoplight/spectral-cli": "6.9.0", "ajv": "^8.12.0", "chalk": "^4.1.0",