From 12f56c95c8abef398bed17082884b0bab39f1534 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 9 Feb 2023 13:57:19 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 2.0.0-next-major.15 version (#264) --- template/package-lock.json | 14 +++++++------- template/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/template/package-lock.json b/template/package-lock.json index 5b16da5c3..76539acea 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -8,16 +8,16 @@ "name": "{{ asyncapi.info().title() | kebabCase }}", "version": "{{ asyncapi.info().version() }}", "dependencies": { - "@asyncapi/parser": "^2.0.0-next-major.14", + "@asyncapi/parser": "^2.0.0-next-major.15", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6" } }, "node_modules/@asyncapi/parser": { - "version": "2.0.0-next-major.14", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.0-next-major.14.tgz", - "integrity": "sha512-2S4asnSspLNGT9/MkK7Cx+mdSWFmVxSKFMdnv4PLuL8jKPETJmRfGxkZ3NSyyOqCcLupz7NPYi1gAfEZWuoEBA==", + "version": "2.0.0-next-major.15", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.0-next-major.15.tgz", + "integrity": "sha512-eZwzqvujiIBhTev8K38zBjrItj3Wivnyc0x7pWv0Nn+RouEke81ze21OERc4+kiivlsoqlCL6+4aM/Q5JAf/Dw==", "dependencies": { "@asyncapi/specs": "^4.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "^3.2.0", @@ -2052,9 +2052,9 @@ }, "dependencies": { "@asyncapi/parser": { - "version": "2.0.0-next-major.14", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.0-next-major.14.tgz", - "integrity": "sha512-2S4asnSspLNGT9/MkK7Cx+mdSWFmVxSKFMdnv4PLuL8jKPETJmRfGxkZ3NSyyOqCcLupz7NPYi1gAfEZWuoEBA==", + "version": "2.0.0-next-major.15", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.0-next-major.15.tgz", + "integrity": "sha512-eZwzqvujiIBhTev8K38zBjrItj3Wivnyc0x7pWv0Nn+RouEke81ze21OERc4+kiivlsoqlCL6+4aM/Q5JAf/Dw==", "requires": { "@asyncapi/specs": "^4.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "^3.2.0", diff --git a/template/package.json b/template/package.json index 9622bd64d..34b4e650c 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^2.0.0-next-major.14", + "@asyncapi/parser": "^2.0.0-next-major.15", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6"