diff --git a/template/package-lock.json b/template/package-lock.json index 7221d486a..886f2757b 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -8,7 +8,7 @@ "name": "{{ asyncapi.info().title() | kebabCase }}", "version": "{{ asyncapi.info().version() }}", "dependencies": { - "@asyncapi/parser": "^1.14.0", + "@asyncapi/parser": "^1.14.1", "express": "4.17.1", "express-ws": "4.0.0", "node-yaml-config": "0.0.6" @@ -37,9 +37,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.0.tgz", - "integrity": "sha512-OHqvInhquPwthrSEkglxqjj6+6A2gZW3NnmyOoXmWb7/9jS90hJwn9bQOMkd4bx2lT6PWmlZjjKFEldH8ILRQg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.1.tgz", + "integrity": "sha512-ZsNQc/HXmGDrxkYBRrGou/JrWn+FLHYdQQI0WPOylSL+LNfaWtLlIcYwbcj61l+jLLFqIe0DK/yZbmjxm0ydqw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", "@asyncapi/specs": "^2.13.0", @@ -837,9 +837,9 @@ } }, "@asyncapi/parser": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.0.tgz", - "integrity": "sha512-OHqvInhquPwthrSEkglxqjj6+6A2gZW3NnmyOoXmWb7/9jS90hJwn9bQOMkd4bx2lT6PWmlZjjKFEldH8ILRQg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.1.tgz", + "integrity": "sha512-ZsNQc/HXmGDrxkYBRrGou/JrWn+FLHYdQQI0WPOylSL+LNfaWtLlIcYwbcj61l+jLLFqIe0DK/yZbmjxm0ydqw==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.6", "@asyncapi/specs": "^2.13.0", diff --git a/template/package.json b/template/package.json index 8f4e09439..b0f6405d1 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^1.14.0", + "@asyncapi/parser": "^1.14.1", "express": "4.17.1", "express-ws": "4.0.0", "node-yaml-config": "0.0.6"