From 4c6d6b8e36d73aa9f7550fcdf513e44a2ccb7880 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 3 Oct 2023 13:09:28 +0200 Subject: [PATCH] chore: update @asyncapi/nodejs-template to 1.0.0 version (#798) --- apps/studio/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 656a4afa8..ed9425eea 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -81,7 +81,7 @@ "@asyncapi/java-spring-template": "^1.2.0", "@asyncapi/java-template": "^0.2.1", "@asyncapi/markdown-template": "^1.3.3", - "@asyncapi/nodejs-template": "^0.13.3", + "@asyncapi/nodejs-template": "^1.0.0", "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/ts-nats-template": "^0.10.3", diff --git a/package-lock.json b/package-lock.json index 0951454f0..532f3cf76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -528,7 +528,7 @@ "@asyncapi/java-spring-template": "^1.2.0", "@asyncapi/java-template": "^0.2.1", "@asyncapi/markdown-template": "^1.3.3", - "@asyncapi/nodejs-template": "^0.13.3", + "@asyncapi/nodejs-template": "^1.0.0", "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/ts-nats-template": "^0.10.3", @@ -1670,9 +1670,9 @@ } }, "node_modules/@asyncapi/nodejs-template": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-template/-/nodejs-template-0.13.3.tgz", - "integrity": "sha512-qzW4OqYuQ7Vf3lHpiiZDO2IzL4zzBd3OBADLEufjsbLtldhxV7h/ztes8UjZuhycqRC5WL3LP+Bd1QalEDllkw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-template/-/nodejs-template-1.0.0.tgz", + "integrity": "sha512-Veh1AfyE2v33HBQ++yID4gKbBJvhliW0+kXSYTzYK232HzlwQXK7QQMLImQpP+HJAvlCfsu2Tyknwej52D19Gw==", "dev": true, "dependencies": { "@asyncapi/generator-filters": "^2.1.0", @@ -35126,9 +35126,9 @@ } }, "@asyncapi/nodejs-template": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-template/-/nodejs-template-0.13.3.tgz", - "integrity": "sha512-qzW4OqYuQ7Vf3lHpiiZDO2IzL4zzBd3OBADLEufjsbLtldhxV7h/ztes8UjZuhycqRC5WL3LP+Bd1QalEDllkw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/nodejs-template/-/nodejs-template-1.0.0.tgz", + "integrity": "sha512-Veh1AfyE2v33HBQ++yID4gKbBJvhliW0+kXSYTzYK232HzlwQXK7QQMLImQpP+HJAvlCfsu2Tyknwej52D19Gw==", "dev": true, "requires": { "@asyncapi/generator-filters": "^2.1.0", @@ -35356,7 +35356,7 @@ "@asyncapi/java-spring-template": "^1.2.0", "@asyncapi/java-template": "^0.2.1", "@asyncapi/markdown-template": "^1.3.3", - "@asyncapi/nodejs-template": "^0.13.3", + "@asyncapi/nodejs-template": "^1.0.0", "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "^2.1.0-next-major-spec.5",