Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @grpc/grpc-js to v1.10.9 [security] - autoclosed #7252

Closed
wants to merge 1 commit into from
Closed
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
46 changes: 1 addition & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6903,7 +6903,7 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:1.10.11":
"@grpc/grpc-js@npm:1.10.11, @grpc/grpc-js@npm:^1.1.7, @grpc/grpc-js@npm:^1.2.8, @grpc/grpc-js@npm:^1.8.10":
version: 1.10.11
resolution: "@grpc/grpc-js@npm:1.10.11"
dependencies:
Expand All @@ -6913,16 +6913,6 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:^1.1.7, @grpc/grpc-js@npm:^1.2.8, @grpc/grpc-js@npm:^1.8.10":
version: 1.10.4
resolution: "@grpc/grpc-js@npm:1.10.4"
dependencies:
"@grpc/proto-loader": "npm:^0.7.10"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10c0/9c198f4d9a3eee089d8d6518e308d2e2d0de8f2120df42d9c44e8aa2fb114aa4ef655c269508e16c1d8860c0a04b68230c0ba79d37ebfba1c4a286e55cc9f324
languageName: node
linkType: hard

"@grpc/proto-loader@npm:0.7.13, @grpc/proto-loader@npm:^0.7.13, @grpc/proto-loader@npm:^0.7.5, @grpc/proto-loader@npm:^0.7.8":
version: 0.7.13
resolution: "@grpc/proto-loader@npm:0.7.13"
Expand Down Expand Up @@ -6952,20 +6942,6 @@ __metadata:
languageName: node
linkType: hard

"@grpc/proto-loader@npm:^0.7.10":
version: 0.7.12
resolution: "@grpc/proto-loader@npm:0.7.12"
dependencies:
lodash.camelcase: "npm:^4.3.0"
long: "npm:^5.0.0"
protobufjs: "npm:^7.2.4"
yargs: "npm:^17.7.2"
bin:
proto-loader-gen-types: build/bin/proto-loader-gen-types.js
checksum: 10c0/d026236f309e24fd5b840b9aefca49eb4002f270821e8194d0b622013c421b54e04df5f6b8f0797121a1e1141811a4ef088120690aea1e873701d277cd5b47fa
languageName: node
linkType: hard

"@hapi/accept@npm:^5.0.2":
version: 5.0.2
resolution: "@hapi/accept@npm:5.0.2"
Expand Down Expand Up @@ -29792,26 +29768,6 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:^7.2.4":
version: 7.2.6
resolution: "protobufjs@npm:7.2.6"
dependencies:
"@protobufjs/aspromise": "npm:^1.1.2"
"@protobufjs/base64": "npm:^1.1.2"
"@protobufjs/codegen": "npm:^2.0.4"
"@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/path": "npm:^1.1.2"
"@protobufjs/pool": "npm:^1.1.0"
"@protobufjs/utf8": "npm:^1.1.0"
"@types/node": "npm:>=13.7.0"
long: "npm:^5.0.0"
checksum: 10c0/e164855536a43aa7941c7d95a2342e466f599d2e033ed89c5f5582fb0e3affeec702810091b850f3b700bfd646260b07bb4d8bb94c107cddcecd92de4d1d62fd
languageName: node
linkType: hard

"protobufjs@npm:^7.2.5":
version: 7.3.2
resolution: "protobufjs@npm:7.3.2"
Expand Down
Loading