From 2cd81231711a4da09606841da324a5e8c5f43b68 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 21 Feb 2024 17:32:35 +0100 Subject: [PATCH] fix: update @asyncapi/glee to 0.35.11 version (#1189) --- .../templates/default/package-lock.json | 46 +++++++++---------- .../templates/default/package.json | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/assets/create-glee-app/templates/default/package-lock.json b/assets/create-glee-app/templates/default/package-lock.json index 659aef96e53..348f2230605 100644 --- a/assets/create-glee-app/templates/default/package-lock.json +++ b/assets/create-glee-app/templates/default/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.35.10" + "@asyncapi/glee": "^0.35.11" }, "devDependencies": { "@types/node": "^20.5.9" @@ -169,14 +169,14 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/glee": { - "version": "0.35.10", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.35.10.tgz", - "integrity": "sha512-YxSv/gR6NB+soJ+3lBnOP5jD8N40yz/YDPGm2Ci+m8rWMyZ/oqiMNE7I1ohkrv9BffQe5DH5+dpYJGro29MBoQ==", + "version": "0.35.11", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.35.11.tgz", + "integrity": "sha512-kYzLnrySYGhfczqpE7WmiDBKdZ4xJOOJ/rZhHOpp+wzXegX2gFwvcxIw4vQ7Cs3JHkVeLqMLBLRIvTJoHK5QSA==", "dependencies": { "@asyncapi/generator": "^1.17.6", "@asyncapi/html-template": "^2.1.4", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.6", + "@asyncapi/parser": "^3.0.7", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", @@ -281,11 +281,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/parser": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.6.tgz", - "integrity": "sha512-oHTaeXG9DOdBlBZ90xCSPCl3kT5XE851+Rxn47bMfG05Z48csZ1o9wFUl/SzQt+L8HgplFeQG4n/7EJHYOlcWQ==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.7.tgz", + "integrity": "sha512-CKdkZbhs+2Mw7M2UZPypKEhKuaF+o5qZB2TQc0pDf+Wr09uEnm6WTdyqzmMGVb5fkQYApu8psQeDyVMbhfoWXQ==", "dependencies": { - "@asyncapi/specs": "^6.4.0", + "@asyncapi/specs": "^6.5.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -436,9 +436,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.4.0.tgz", - "integrity": "sha512-hTw0xF09i+eoSGP8LKo6aM+XOkvWsgV7kYpFHXd45VX9RcVZl5cADFIYDnPZkd52WaDJ4S+8Nrwkt/1vDb6SrQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.0.tgz", + "integrity": "sha512-84QUcfMT05+vvHO5EnSI0I5OZKzMgF/i3vgw92ghk1l52VM/lb3qNnuARzyo+uHJ9kmIb5+naK9wTuliVOdzmg==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -12335,14 +12335,14 @@ } }, "@asyncapi/glee": { - "version": "0.35.10", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.35.10.tgz", - "integrity": "sha512-YxSv/gR6NB+soJ+3lBnOP5jD8N40yz/YDPGm2Ci+m8rWMyZ/oqiMNE7I1ohkrv9BffQe5DH5+dpYJGro29MBoQ==", + "version": "0.35.11", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.35.11.tgz", + "integrity": "sha512-kYzLnrySYGhfczqpE7WmiDBKdZ4xJOOJ/rZhHOpp+wzXegX2gFwvcxIw4vQ7Cs3JHkVeLqMLBLRIvTJoHK5QSA==", "requires": { "@asyncapi/generator": "^1.17.6", "@asyncapi/html-template": "^2.1.4", "@asyncapi/markdown-template": "^1.5.0", - "@asyncapi/parser": "^3.0.6", + "@asyncapi/parser": "^3.0.7", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", @@ -12437,11 +12437,11 @@ } }, "@asyncapi/parser": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.6.tgz", - "integrity": "sha512-oHTaeXG9DOdBlBZ90xCSPCl3kT5XE851+Rxn47bMfG05Z48csZ1o9wFUl/SzQt+L8HgplFeQG4n/7EJHYOlcWQ==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.7.tgz", + "integrity": "sha512-CKdkZbhs+2Mw7M2UZPypKEhKuaF+o5qZB2TQc0pDf+Wr09uEnm6WTdyqzmMGVb5fkQYApu8psQeDyVMbhfoWXQ==", "requires": { - "@asyncapi/specs": "^6.4.0", + "@asyncapi/specs": "^6.5.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -12569,9 +12569,9 @@ } }, "@asyncapi/specs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.4.0.tgz", - "integrity": "sha512-hTw0xF09i+eoSGP8LKo6aM+XOkvWsgV7kYpFHXd45VX9RcVZl5cADFIYDnPZkd52WaDJ4S+8Nrwkt/1vDb6SrQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.0.tgz", + "integrity": "sha512-84QUcfMT05+vvHO5EnSI0I5OZKzMgF/i3vgw92ghk1l52VM/lb3qNnuARzyo+uHJ9kmIb5+naK9wTuliVOdzmg==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/assets/create-glee-app/templates/default/package.json b/assets/create-glee-app/templates/default/package.json index b02fb64848b..aead752c011 100644 --- a/assets/create-glee-app/templates/default/package.json +++ b/assets/create-glee-app/templates/default/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/asyncapi/glee-hello-world#readme", "dependencies": { - "@asyncapi/glee": "^0.35.10" + "@asyncapi/glee": "^0.35.11" }, "devDependencies": { "@types/node": "^20.5.9"