diff --git a/.pnp.cjs b/.pnp.cjs index 4d455b85..2fa0607b 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -1145,6 +1145,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["yargs", "npm:16.2.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:0.7.1", {\ + "packageLocation": "./.yarn/cache/@grpc-proto-loader-npm-0.7.1-8787bb02bd-be39f37e57.zip/node_modules/@grpc/proto-loader/",\ + "packageDependencies": [\ + ["@grpc/proto-loader", "npm:0.7.1"],\ + ["lodash.camelcase", "npm:4.3.0"],\ + ["long", "npm:5.2.0"],\ + ["protobufjs", "npm:7.0.0"],\ + ["yargs", "npm:16.2.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@humanwhocodes/config-array", [\ @@ -5598,7 +5609,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageDependencies": [\ ["grpc-ts-health-check", "workspace:packages/grpc-ts-health-check"],\ ["@grpc/grpc-js", "npm:1.6.9"],\ - ["@grpc/proto-loader", "npm:0.7.0"],\ + ["@grpc/proto-loader", "npm:0.7.1"],\ ["@types/google-protobuf", "npm:3.15.6"],\ ["@types/jest", "npm:28.1.7"],\ ["@types/node", "npm:18.6.1"],\ diff --git a/.yarn/cache/@grpc-proto-loader-npm-0.7.1-8787bb02bd-be39f37e57.zip b/.yarn/cache/@grpc-proto-loader-npm-0.7.1-8787bb02bd-be39f37e57.zip new file mode 100644 index 00000000..4c5fe734 Binary files /dev/null and b/.yarn/cache/@grpc-proto-loader-npm-0.7.1-8787bb02bd-be39f37e57.zip differ diff --git a/packages/grpc-ts-health-check/package.json b/packages/grpc-ts-health-check/package.json index 8f79dceb..032e42b3 100644 --- a/packages/grpc-ts-health-check/package.json +++ b/packages/grpc-ts-health-check/package.json @@ -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", @@ -50,6 +50,6 @@ }, "peerDependencies": { "@grpc/grpc-js": "^1.6.9", - "@grpc/proto-loader": "^0.7.0" + "@grpc/proto-loader": "^0.7.1" } } diff --git a/yarn.lock b/yarn.lock index f3d649aa..7d9a3a46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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 @@ -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