Skip to content

Commit

Permalink
chore(grpc-ts-health-check): pin @grpc/proto-loader ^0.7.1
Browse files Browse the repository at this point in the history
| datasource | package            | from  | to    |
| ---------- | ------------------ | ----- | ----- |
| npm        | @grpc/proto-loader | 0.7.0 | 0.7.1 |
| npm        | @grpc/proto-loader | 0.7.0 | 0.7.1 |
  • Loading branch information
renovate[bot] authored Aug 17, 2022
1 parent 2f2cb14 commit c470e6b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
13 changes: 12 additions & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
4 changes: 2 additions & 2 deletions packages/grpc-ts-health-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@grpc/grpc-js": "^1.6.9",
"@grpc/proto-loader": "^0.7.0",
"@grpc/proto-loader": "^0.7.1",
"@types/google-protobuf": "^3.15.6",
"@types/jest": "^28.1.7",
"@types/node": "^18.6.1",
Expand All @@ -50,6 +50,6 @@
},
"peerDependencies": {
"@grpc/grpc-js": "^1.6.9",
"@grpc/proto-loader": "^0.7.0"
"@grpc/proto-loader": "^0.7.1"
}
}
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,20 @@ __metadata:
languageName: node
linkType: hard

"@grpc/proto-loader@npm:^0.7.1":
version: 0.7.1
resolution: "@grpc/proto-loader@npm:0.7.1"
dependencies:
lodash.camelcase: ^4.3.0
long: ^5.0.0
protobufjs: ^7.0.0
yargs: ^16.2.0
bin:
proto-loader-gen-types: build/bin/proto-loader-gen-types.js
checksum: be39f37e57c0b7b9815728b47810f78db80d9b1ad4e636ba05e80cfb94add40a7378e797a576ed695bf87dd0732f05651608fd47bc54d7477d6d3d6e81b1bab1
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.10.4":
version: 0.10.4
resolution: "@humanwhocodes/config-array@npm:0.10.4"
Expand Down Expand Up @@ -4264,7 +4278,7 @@ __metadata:
resolution: "grpc-ts-health-check@workspace:packages/grpc-ts-health-check"
dependencies:
"@grpc/grpc-js": ^1.6.9
"@grpc/proto-loader": ^0.7.0
"@grpc/proto-loader": ^0.7.1
"@types/google-protobuf": ^3.15.6
"@types/jest": ^28.1.7
"@types/node": ^18.6.1
Expand All @@ -4277,7 +4291,7 @@ __metadata:
typescript: ^4.7.4
peerDependencies:
"@grpc/grpc-js": ^1.6.9
"@grpc/proto-loader": ^0.7.0
"@grpc/proto-loader": ^0.7.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit c470e6b

Please sign in to comment.