From 01df78e387989548c4ce3687d1fd8ed3476a876b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 18 Apr 2023 12:52:10 +0000 Subject: [PATCH] fix: update @asyncapi/nodejs-ws-template to 0.9.33 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 63f475c5..33d08faf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@asyncapi/java-template": "^0.2.0", "@asyncapi/markdown-template": "^1.2.1", "@asyncapi/nodejs-template": "^0.13.1", - "@asyncapi/nodejs-ws-template": "^0.9.32", + "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^2.0.3", "@asyncapi/parser": "^1.18.1", "@asyncapi/problem": "^1.0.0", @@ -733,9 +733,9 @@ } }, "node_modules/@asyncapi/nodejs-ws-template": { - "version": "0.9.32", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.32.tgz", - "integrity": "sha512-0/Gpou4e43T2M7W8uvn8lkdZpyECbYAlnwCV4M4WN84caISKGZUikxzgzXymp3l8w5ivTfyTkZUf7j9ib1gqaA==", + "version": "0.9.33", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.33.tgz", + "integrity": "sha512-OxEMmdcMMK4KxWoNpXnwhPL2Q3lqx6fxuFc2ONmUAuHr8o+c5rfgyDaqKWQ48knSUaYpbywuCH6SGi9pV52IMQ==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0" @@ -21202,9 +21202,9 @@ } }, "@asyncapi/nodejs-ws-template": { - "version": "0.9.32", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.32.tgz", - "integrity": "sha512-0/Gpou4e43T2M7W8uvn8lkdZpyECbYAlnwCV4M4WN84caISKGZUikxzgzXymp3l8w5ivTfyTkZUf7j9ib1gqaA==", + "version": "0.9.33", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-ws-template/-/nodejs-ws-template-0.9.33.tgz", + "integrity": "sha512-OxEMmdcMMK4KxWoNpXnwhPL2Q3lqx6fxuFc2ONmUAuHr8o+c5rfgyDaqKWQ48knSUaYpbywuCH6SGi9pV52IMQ==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-hooks": "^0.1.0" diff --git a/package.json b/package.json index 155029e8..564cb024 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@asyncapi/java-template": "^0.2.0", "@asyncapi/markdown-template": "^1.2.1", "@asyncapi/nodejs-template": "^0.13.1", - "@asyncapi/nodejs-ws-template": "^0.9.32", + "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^2.0.3", "@asyncapi/parser": "^1.18.1", "@asyncapi/problem": "^1.0.0",