From 477ed37dae78a0ac764db462cab11fb866baef0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:41:23 +0000 Subject: [PATCH] Bump @asyncapi/parser from 1.18.1 to 3.4.0 in /pkg/asyncapi/_gen Bumps [@asyncapi/parser](https://github.com/asyncapi/parser-js) from 1.18.1 to 3.4.0. - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Commits](https://github.com/asyncapi/parser-js/compare/v1.18.1...@asyncapi/parser@3.4.0) --- 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..90b09c7f 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.4.0" } }