From e74f78f346819e67df70f08f9c4b7f2addeceaca Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 15 Apr 2024 11:45:08 +0000 Subject: [PATCH] fix: update @asyncapi/nodejs-ws-template to 0.9.34 version and others --- 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 1470206a..32df4c87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@asyncapi/java-template": "^0.2.0", "@asyncapi/markdown-template": "^1.4.0", "@asyncapi/nodejs-template": "^2.0.1", - "@asyncapi/nodejs-ws-template": "^0.9.33", + "@asyncapi/nodejs-ws-template": "^0.9.34", "@asyncapi/openapi-schema-parser": "^3.0.21", "@asyncapi/parser": "^1.18.1", "@asyncapi/problem": "^1.0.0", @@ -1149,9 +1149,9 @@ } }, "node_modules/@asyncapi/nodejs-ws-template": { - "version": "0.9.33", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.33.tgz", - "integrity": "sha512-OxEMmdcMMK4KxWoNpXnwhPL2Q3lqx6fxuFc2ONmUAuHr8o+c5rfgyDaqKWQ48knSUaYpbywuCH6SGi9pV52IMQ==", + "version": "0.9.34", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.34.tgz", + "integrity": "sha512-4UWdDe21FS3UG1QNpKuAzac8M+m9rdeQRr6hMWk9XDfFNsAGOUMM1dpFGIVeF2RHPS99KAsMKfWZM2CQB9JYEg==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0" @@ -19296,9 +19296,9 @@ } }, "@asyncapi/nodejs-ws-template": { - "version": "0.9.33", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.33.tgz", - "integrity": "sha512-OxEMmdcMMK4KxWoNpXnwhPL2Q3lqx6fxuFc2ONmUAuHr8o+c5rfgyDaqKWQ48knSUaYpbywuCH6SGi9pV52IMQ==", + "version": "0.9.34", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.34.tgz", + "integrity": "sha512-4UWdDe21FS3UG1QNpKuAzac8M+m9rdeQRr6hMWk9XDfFNsAGOUMM1dpFGIVeF2RHPS99KAsMKfWZM2CQB9JYEg==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0" diff --git a/package.json b/package.json index 410fb5f5..8e749ea9 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@asyncapi/java-template": "^0.2.0", "@asyncapi/markdown-template": "^1.4.0", "@asyncapi/nodejs-template": "^2.0.1", - "@asyncapi/nodejs-ws-template": "^0.9.33", + "@asyncapi/nodejs-ws-template": "^0.9.34", "@asyncapi/openapi-schema-parser": "^3.0.21", "@asyncapi/parser": "^1.18.1", "@asyncapi/problem": "^1.0.0",