From 19750c914386d4417c9e17b13584634132805e27 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:46:40 +0200 Subject: [PATCH] fix: update @asyncapi/parser to v3.1.0 (#17) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00674f2..eb51120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,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" }, "devDependencies": { "@jest/types": "^29.0.2", @@ -7836,9 +7836,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", @@ -15641,9 +15641,9 @@ } }, "parserapiv3": { - "version": "npm:@asyncapi/parser@3.0.16", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.16.tgz", - "integrity": "sha512-Ze0OAZvyCKWLeAMNcyY6nnc2Xbv5vvyvXFRnCD/I0VIGlIgbIlD7HbDgeQcNZ9fZ68lT0myjje8QLmFP7ddLGw==", + "version": "npm:@asyncapi/parser@3.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.1.0.tgz", + "integrity": "sha512-rUd+fsPRE68o+F3gLqk7OaBj5J5VgBiLk9eJBGEXolNmKbVd45mxJm2aBpMkphQEmYHuBvxZyiNYlSCyr1D2fA==", "requires": { "@asyncapi/specs": "^6.7.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index 3c28f6a..e1e933f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,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" }, "devDependencies": { "@jest/types": "^29.0.2",