From f76fcb6e18279fabdff77e693c75d15f42ec6f9b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 1 Feb 2023 17:28:47 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 1.17.3 version (#253) --- template/package-lock.json | 34 +++++++++++++++++----------------- template/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/template/package-lock.json b/template/package-lock.json index d564b5978..266b445a3 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -1,14 +1,14 @@ { "name": "{{ asyncapi.info().title() | kebabCase }}", - "version": "something", + "version": "{{ asyncapi.info().version() }}", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "{{ asyncapi.info().title() | kebabCase }}", - "version": "something", + "version": "{{ asyncapi.info().version() }}", "dependencies": { - "@asyncapi/parser": "^1.17.2", + "@asyncapi/parser": "^1.17.3", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6" @@ -37,12 +37,12 @@ } }, "node_modules/@asyncapi/parser": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.17.2.tgz", - "integrity": "sha512-xI9GShIuQVfBz5IZ2c9h6cxcPTnfzI1fch6kYL+nF68Q3U669Un0K0TSeyEa57EfhTap53UIRTj7gFIM9QZTNQ==", + "version": "1.17.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.17.3.tgz", + "integrity": "sha512-Pqz1r2T0bGd6WcvZ0FE9iGLjiqjXL6aTrlrPFbOBD4xBVZ0lmlazo+3eK+Y3QDZqQDhYNp4L4wz/k0RwqxPVxQ==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", - "@asyncapi/specs": "^4.0.1", + "@asyncapi/specs": "^4.1.0", "@fmvilas/pseudo-yaml-ast": "^0.3.1", "ajv": "^6.10.1", "js-yaml": "^3.13.1", @@ -53,9 +53,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.0.1.tgz", - "integrity": "sha512-3sKw49Y/TeKT/FO2YX/DlyOekytko5KFwNJ3zMPmai+pyhz3gux2p5zV5kGJRCwApI1gX0GJw6p15a6CZgg01w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.0.tgz", + "integrity": "sha512-2arh2J4vGUkgx7Y8zB2UMdYpgYiL4P+Te1Na5Yi9IEDe6UBVwOGFYK8MR7HZ0/oInHQFygpuouAjHnIifoZykg==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -925,12 +925,12 @@ } }, "@asyncapi/parser": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.17.2.tgz", - "integrity": "sha512-xI9GShIuQVfBz5IZ2c9h6cxcPTnfzI1fch6kYL+nF68Q3U669Un0K0TSeyEa57EfhTap53UIRTj7gFIM9QZTNQ==", + "version": "1.17.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.17.3.tgz", + "integrity": "sha512-Pqz1r2T0bGd6WcvZ0FE9iGLjiqjXL6aTrlrPFbOBD4xBVZ0lmlazo+3eK+Y3QDZqQDhYNp4L4wz/k0RwqxPVxQ==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.6", - "@asyncapi/specs": "^4.0.1", + "@asyncapi/specs": "^4.1.0", "@fmvilas/pseudo-yaml-ast": "^0.3.1", "ajv": "^6.10.1", "js-yaml": "^3.13.1", @@ -941,9 +941,9 @@ } }, "@asyncapi/specs": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.0.1.tgz", - "integrity": "sha512-3sKw49Y/TeKT/FO2YX/DlyOekytko5KFwNJ3zMPmai+pyhz3gux2p5zV5kGJRCwApI1gX0GJw6p15a6CZgg01w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.0.tgz", + "integrity": "sha512-2arh2J4vGUkgx7Y8zB2UMdYpgYiL4P+Te1Na5Yi9IEDe6UBVwOGFYK8MR7HZ0/oInHQFygpuouAjHnIifoZykg==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/template/package.json b/template/package.json index 7453ecf48..b610fed17 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^1.17.2", + "@asyncapi/parser": "^1.17.3", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6"