diff --git a/template/package-lock.json b/template/package-lock.json index 4ccc4099..0ab3202c 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -1,26 +1,26 @@ { "name": "{{ asyncapi.info().title() | kebabCase }}", - "version": "something", + "version": "{{ asyncapi.info().version() }}", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "{{ asyncapi.info().title() | kebabCase }}", - "version": "something", + "version": "{{ asyncapi.info().version() }}", "dependencies": { - "@asyncapi/parser": "^3.4.0", + "@asyncapi/parser": "^3.6.0", "express": "4.19.2", "express-ws": "4.0.0", "node-yaml-config": "1.0.0" } }, "node_modules/@asyncapi/parser": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.4.0.tgz", - "integrity": "sha512-Sxn74oHiZSU6+cVeZy62iPZMFMvKp4jupMFHelSICCMw1qELmUHPvuZSr+ZHDmNGgHcEpzJM5HN02kR7T4g+PQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.6.0.tgz", + "integrity": "sha512-6S0Yr8vI418a1IrpGsOYbfWVo9+aHvSqN2oSkiY0YJltS/C7oDOt9e0mo6hSld8bg+EeKrtgkVmpW4obh1JFvA==", "license": "Apache-2.0", "dependencies": { - "@asyncapi/specs": "^6.8.0", + "@asyncapi/specs": "^6.11.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "3.21.0", "@stoplight/json-ref-readers": "^1.2.2", @@ -36,8 +36,8 @@ "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "js-yaml": "^4.1.1", + "jsonpath-plus": "^10.0.7", "node-fetch": "2.6.7" } }, @@ -58,9 +58,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.8.0.tgz", - "integrity": "sha512-1i6xs8+IOh6U5T7yH+bCMGQBF+m7kP/NpwyAlt++XaDQutoGCgACf24mQBgcDVqDWWoY81evQv+9ABvw0BviVg==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.11.1.tgz", + "integrity": "sha512-A3WBLqAKGoJ2+6FWFtpjBlCQ1oFCcs4GxF7zsIGvNqp/klGUHjlA3aAcZ9XMMpLGE8zPeYDz2x9FmO6DSuKraQ==", "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" @@ -1971,11 +1971,11 @@ }, "dependencies": { "@asyncapi/parser": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.4.0.tgz", - "integrity": "sha512-Sxn74oHiZSU6+cVeZy62iPZMFMvKp4jupMFHelSICCMw1qELmUHPvuZSr+ZHDmNGgHcEpzJM5HN02kR7T4g+PQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.6.0.tgz", + "integrity": "sha512-6S0Yr8vI418a1IrpGsOYbfWVo9+aHvSqN2oSkiY0YJltS/C7oDOt9e0mo6hSld8bg+EeKrtgkVmpW4obh1JFvA==", "requires": { - "@asyncapi/specs": "^6.8.0", + "@asyncapi/specs": "^6.11.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "3.21.0", "@stoplight/json-ref-readers": "^1.2.2", @@ -1991,8 +1991,8 @@ "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "js-yaml": "^4.1.1", + "jsonpath-plus": "^10.0.7", "node-fetch": "2.6.7" }, "dependencies": { @@ -2012,9 +2012,9 @@ } }, "@asyncapi/specs": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.8.0.tgz", - "integrity": "sha512-1i6xs8+IOh6U5T7yH+bCMGQBF+m7kP/NpwyAlt++XaDQutoGCgACf24mQBgcDVqDWWoY81evQv+9ABvw0BviVg==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.11.1.tgz", + "integrity": "sha512-A3WBLqAKGoJ2+6FWFtpjBlCQ1oFCcs4GxF7zsIGvNqp/klGUHjlA3aAcZ9XMMpLGE8zPeYDz2x9FmO6DSuKraQ==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/template/package.json b/template/package.json index a8b65442..cd77fa4c 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^3.4.0", + "@asyncapi/parser": "^3.6.0", "express": "4.19.2", "express-ws": "4.0.0", "node-yaml-config": "1.0.0"