Skip to content

Commit 5580277

Browse files
authored
fix: update @asyncapi/protobuf-schema-parser to 3.2.15 version and others (#1068)
1 parent 3493290 commit 5580277

File tree

2 files changed

+39
-23
lines changed

2 files changed

+39
-23
lines changed

package-lock.json

Lines changed: 36 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/multi-parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"dependencies": {
4242
"@asyncapi/avro-schema-parser": "^3.0.3",
4343
"@asyncapi/openapi-schema-parser": "^3.0.4",
44-
"@asyncapi/protobuf-schema-parser": "^3.0.0",
44+
"@asyncapi/parser": "*",
45+
"@asyncapi/protobuf-schema-parser": "^3.2.15",
4546
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
4647
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
47-
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8",
48-
"@asyncapi/parser": "*"
48+
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8"
4949
},
5050
"devDependencies": {
5151
"@jest/types": "^29.0.2",

0 commit comments

Comments
 (0)