From 8cb14ad19a0402e07076b38e0b71ca45b2f63425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:26:43 +0000 Subject: [PATCH] Bump @asyncapi/parser from 1.18.1 to 3.1.0 in /pkg/asyncapi/_gen Bumps [@asyncapi/parser](https://github.com/asyncapi/parser-js) from 1.18.1 to 3.1.0. - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Changelog](https://github.com/asyncapi/parser-js/blob/master/.releaserc) - [Commits](https://github.com/asyncapi/parser-js/compare/v1.18.1...v3.1.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..99c36e32 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.1.0" } }