From 7bccf7b9e86d46aefe3999d027da8c3b516ed832 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 1 Feb 2023 16:37:00 +0000 Subject: [PATCH] fix: update @asyncapi/nodejs-ws-template to 0.9.27 version --- 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 9ff4efaf..6fb592ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@asyncapi/java-template": "^0.1.1", "@asyncapi/markdown-template": "^1.2.1", "@asyncapi/nodejs-template": "^0.11.4", - "@asyncapi/nodejs-ws-template": "^0.9.25", + "@asyncapi/nodejs-ws-template": "^0.9.27", "@asyncapi/openapi-schema-parser": "^2.0.1", "@asyncapi/parser": "^1.17.2", "@asyncapi/problem": "^1.0.0", @@ -685,9 +685,9 @@ } }, "node_modules/@asyncapi/nodejs-ws-template": { - "version": "0.9.25", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.25.tgz", - "integrity": "sha512-v9bawTgCJe1KEhz6s3JRhdN6phEKKi6XY2/B6rCQR7B3XRRrgtU3Lc7j5fta4CzicP7ISq52PM4BBtsQbGsIcA==", + "version": "0.9.27", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.27.tgz", + "integrity": "sha512-tZEAAISYMLZar1M9UmccdkILbr4MUd7X0kdxlWPtNE/QTROQDIPWtOGWw24sj3KI1KaE7dczDsfdfu/wg64M6w==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0" @@ -21246,9 +21246,9 @@ } }, "@asyncapi/nodejs-ws-template": { - "version": "0.9.25", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.25.tgz", - "integrity": "sha512-v9bawTgCJe1KEhz6s3JRhdN6phEKKi6XY2/B6rCQR7B3XRRrgtU3Lc7j5fta4CzicP7ISq52PM4BBtsQbGsIcA==", + "version": "0.9.27", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.27.tgz", + "integrity": "sha512-tZEAAISYMLZar1M9UmccdkILbr4MUd7X0kdxlWPtNE/QTROQDIPWtOGWw24sj3KI1KaE7dczDsfdfu/wg64M6w==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0" diff --git a/package.json b/package.json index 863a5545..dde85eba 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@asyncapi/java-template": "^0.1.1", "@asyncapi/markdown-template": "^1.2.1", "@asyncapi/nodejs-template": "^0.11.4", - "@asyncapi/nodejs-ws-template": "^0.9.25", + "@asyncapi/nodejs-ws-template": "^0.9.27", "@asyncapi/openapi-schema-parser": "^2.0.1", "@asyncapi/parser": "^1.17.2", "@asyncapi/problem": "^1.0.0",