From faa2ebed5aab42c45999eabd3c283216e57aa738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:54:01 +0000 Subject: [PATCH] Bump @asyncapi/parser from 1.18.1 to 3.2.2 in /pkg/asyncapi/_gen Bumps [@asyncapi/parser](https://github.com/asyncapi/parser-js) from 1.18.1 to 3.2.2. - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Commits](https://github.com/asyncapi/parser-js/compare/v1.18.1...@asyncapi/parser@3.2.2) --- updated-dependencies: - dependency-name: "@asyncapi/parser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pkg/asyncapi/_gen/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/asyncapi/_gen/package.json b/pkg/asyncapi/_gen/package.json index 59cd4f5e..e8f24b1a 100644 --- a/pkg/asyncapi/_gen/package.json +++ b/pkg/asyncapi/_gen/package.json @@ -7,6 +7,6 @@ "type": "module", "dependencies": { "@asyncapi/modelina": "^0.59.2", - "@asyncapi/parser": "^1.15.1" + "@asyncapi/parser": "^3.2.2" } }