diff --git a/template/package-lock.json b/template/package-lock.json index f90e1d771..afe4a1438 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -8,16 +8,16 @@ "name": "{{ asyncapi.info().title() | kebabCase }}", "version": "{{ asyncapi.info().version() }}", "dependencies": { - "@asyncapi/parser": "^2.0.2", + "@asyncapi/parser": "^2.0.3", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6" } }, "node_modules/@asyncapi/parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.2.tgz", - "integrity": "sha512-VYQSa/nYt6IYQMijr84tavfKn4qQheKDLzGM/rY/PUyikn7G8PM+lC6QmtNg84dHMq/Kahxe+yc9B3TfIXDJ2w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.3.tgz", + "integrity": "sha512-2gtIQOaCz8sR70JFREpg6UwgUBboC/26JcAGySkXY/f1ayjcfDoNLi4LsDvmu6G21qLrGN2lI83i8iLG1AzTAw==", "dependencies": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -2052,9 +2052,9 @@ }, "dependencies": { "@asyncapi/parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.2.tgz", - "integrity": "sha512-VYQSa/nYt6IYQMijr84tavfKn4qQheKDLzGM/rY/PUyikn7G8PM+lC6QmtNg84dHMq/Kahxe+yc9B3TfIXDJ2w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.3.tgz", + "integrity": "sha512-2gtIQOaCz8sR70JFREpg6UwgUBboC/26JcAGySkXY/f1ayjcfDoNLi4LsDvmu6G21qLrGN2lI83i8iLG1AzTAw==", "requires": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/template/package.json b/template/package.json index bde0bcf2a..b8ed80323 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "start": "node src/api/index.js" }, "dependencies": { - "@asyncapi/parser": "^2.0.2", + "@asyncapi/parser": "^2.0.3", "express": "4.18.2", "express-ws": "4.0.0", "node-yaml-config": "0.0.6"