From a64ac85fd9c88e983806f6a0a22199463772647c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:14:18 +0000 Subject: [PATCH] Bump @asyncapi/parser from 1.18.1 to 3.2.1 in /pkg/asyncapi/_gen Bumps [@asyncapi/parser](https://github.com/asyncapi/parser-js) from 1.18.1 to 3.2.1. - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Commits](https://github.com/asyncapi/parser-js/compare/v1.18.1...@asyncapi/parser@3.2.1) --- 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..323727fa 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.1" } }