diff --git a/template/package-lock.json b/template/package-lock.json index 01f83b529..ccc43e05c 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.18.0", + "@asyncapi/parser": "^1.18.1", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6" @@ -37,12 +37,12 @@ } }, "node_modules/@asyncapi/parser": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.0.tgz", - "integrity": "sha512-FbcYjXNhBBAnDVHUR87MLtCtnTim7DzLq04y3D3wHQEVhITGqROxslbEDqnLEpssqJl/aBCsW21CGocDJT/q4g==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz", + "integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", - "@asyncapi/specs": "^4.1.0", + "@asyncapi/specs": "^4.1.1", "@fmvilas/pseudo-yaml-ast": "^0.3.1", "ajv": "^6.10.1", "js-yaml": "^3.13.1", @@ -53,9 +53,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.0.tgz", - "integrity": "sha512-2arh2J4vGUkgx7Y8zB2UMdYpgYiL4P+Te1Na5Yi9IEDe6UBVwOGFYK8MR7HZ0/oInHQFygpuouAjHnIifoZykg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.1.tgz", + "integrity": "sha512-CtJdKTQnzX3UwHVBgwrzLIwmnlxl1VKsLNG9ORgdUoD7BFB1fEh9hjdCD3Qh3eHhvlfizLtlFlGet1yQBSi1mg==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -925,12 +925,12 @@ } }, "@asyncapi/parser": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.0.tgz", - "integrity": "sha512-FbcYjXNhBBAnDVHUR87MLtCtnTim7DzLq04y3D3wHQEVhITGqROxslbEDqnLEpssqJl/aBCsW21CGocDJT/q4g==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz", + "integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.6", - "@asyncapi/specs": "^4.1.0", + "@asyncapi/specs": "^4.1.1", "@fmvilas/pseudo-yaml-ast": "^0.3.1", "ajv": "^6.10.1", "js-yaml": "^3.13.1", @@ -941,9 +941,9 @@ } }, "@asyncapi/specs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.0.tgz", - "integrity": "sha512-2arh2J4vGUkgx7Y8zB2UMdYpgYiL4P+Te1Na5Yi9IEDe6UBVwOGFYK8MR7HZ0/oInHQFygpuouAjHnIifoZykg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.1.tgz", + "integrity": "sha512-CtJdKTQnzX3UwHVBgwrzLIwmnlxl1VKsLNG9ORgdUoD7BFB1fEh9hjdCD3Qh3eHhvlfizLtlFlGet1yQBSi1mg==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/template/package.json b/template/package.json index c77c5a22c..48d3f03ad 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^1.18.0", + "@asyncapi/parser": "^1.18.1", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6"