diff --git a/template/package-lock.json b/template/package-lock.json index a2c359ba2..438e5ad48 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -8,18 +8,18 @@ "name": "{{ asyncapi.info().title() | kebabCase }}", "version": "{{ asyncapi.info().version() }}", "dependencies": { - "@asyncapi/parser": "^3.0.6", + "@asyncapi/parser": "^3.0.7", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6" } }, "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", @@ -57,9 +57,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" } @@ -1955,11 +1955,11 @@ }, "dependencies": { "@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", @@ -1996,9 +1996,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/template/package.json b/template/package.json index 622e6dcf3..5d9cbbf30 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^3.0.6", + "@asyncapi/parser": "^3.0.7", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6"