Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workspaces/mta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"@asyncapi/protobuf-schema-parser": "3.4.0",
"protobufjs": "7.5.4",
"protobufjs": "7.5.8",
"@protobufjs/inquire": "1.1.0"
},
"prettier": "@backstage/cli/config/prettier",
Expand Down
18 changes: 9 additions & 9 deletions workspaces/mta/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8290,7 +8290,7 @@ __metadata:
languageName: node
linkType: hard

"@protobufjs/codegen@npm:^2.0.4":
"@protobufjs/codegen@npm:^2.0.5":
version: 2.0.5
resolution: "@protobufjs/codegen@npm:2.0.5"
checksum: 10/290335fa114f26202abc0695f279d53e2fd516b01cfd8298923591e0bda011295ff40e3582a1cda0a0f27cbc5039a0292082d5ad08872bb5d6243a614ac15c88
Expand Down Expand Up @@ -8342,7 +8342,7 @@ __metadata:
languageName: node
linkType: hard

"@protobufjs/utf8@npm:^1.1.0":
"@protobufjs/utf8@npm:^1.1.1":
version: 1.1.1
resolution: "@protobufjs/utf8@npm:1.1.1"
checksum: 10/ed0c3f9ff1afd602a0aed54c4c03a0b8f641686a5587d8949e088dcac653fb2019d15691ed92eef23dfdf9f4293249532d0508ecd15cef810acf026917719a19
Expand Down Expand Up @@ -27396,23 +27396,23 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:7.5.4":
version: 7.5.4
resolution: "protobufjs@npm:7.5.4"
"protobufjs@npm:7.5.8":
version: 7.5.8
resolution: "protobufjs@npm:7.5.8"
dependencies:
"@protobufjs/aspromise": "npm:^1.1.2"
"@protobufjs/base64": "npm:^1.1.2"
"@protobufjs/codegen": "npm:^2.0.4"
"@protobufjs/codegen": "npm:^2.0.5"
"@protobufjs/eventemitter": "npm:^1.1.0"
"@protobufjs/fetch": "npm:^1.1.0"
"@protobufjs/float": "npm:^1.0.2"
"@protobufjs/inquire": "npm:^1.1.0"
"@protobufjs/inquire": "npm:^1.1.1"
"@protobufjs/path": "npm:^1.1.2"
"@protobufjs/pool": "npm:^1.1.0"
"@protobufjs/utf8": "npm:^1.1.0"
"@protobufjs/utf8": "npm:^1.1.1"
"@types/node": "npm:>=13.7.0"
long: "npm:^5.0.0"
checksum: 10/88d677bb6f11a2ecec63fdd053dfe6d31120844d04e865efa9c8fbe0674cd077d6624ecfdf014018a20dcb114ae2a59c1b21966dd8073e920650c71370966439
checksum: 10/2beb69b88a5c0a8420d0d5934f2358d417ecd6446f4c0d7c8a9ba5fc0e62ec1631938c0ab083258c14f15b87d39d559b49b398779638df57b2f3a3238cc0be1c
languageName: node
linkType: hard

Expand Down
Loading