chore: upgrade grpc-js
This commit is contained in:
parent
c9bf024109
commit
47004fd20a
7 changed files with 19 additions and 19 deletions
14
.pnp.cjs
generated
14
.pnp.cjs
generated
|
@ -2190,10 +2190,10 @@ const RAW_RUNTIME_STATE =
|
|||
}]\
|
||||
]],\
|
||||
["@grpc/grpc-js", [\
|
||||
["npm:1.9.11", {\
|
||||
"packageLocation": "./.yarn/cache/@grpc-grpc-js-npm-1.9.11-5bb7febd65-71b8517b4f.zip/node_modules/@grpc/grpc-js/",\
|
||||
["npm:1.9.12", {\
|
||||
"packageLocation": "./.yarn/cache/@grpc-grpc-js-npm-1.9.12-cb97be6754-fe13b04844.zip/node_modules/@grpc/grpc-js/",\
|
||||
"packageDependencies": [\
|
||||
["@grpc/grpc-js", "npm:1.9.11"],\
|
||||
["@grpc/grpc-js", "npm:1.9.12"],\
|
||||
["@grpc/proto-loader", "npm:0.7.10"],\
|
||||
["@types/node", "npm:20.2.5"]\
|
||||
],\
|
||||
|
@ -5532,7 +5532,7 @@ const RAW_RUNTIME_STATE =
|
|||
"packageLocation": "./packages/api-gateway/",\
|
||||
"packageDependencies": [\
|
||||
["@standardnotes/api-gateway", "workspace:packages/api-gateway"],\
|
||||
["@grpc/grpc-js", "npm:1.9.11"],\
|
||||
["@grpc/grpc-js", "npm:1.9.12"],\
|
||||
["@standardnotes/domain-core", "workspace:packages/domain-core"],\
|
||||
["@standardnotes/domain-events", "workspace:packages/domain-events"],\
|
||||
["@standardnotes/domain-events-infra", "workspace:packages/domain-events-infra"],\
|
||||
|
@ -5582,7 +5582,7 @@ const RAW_RUNTIME_STATE =
|
|||
["@aws-sdk/client-sqs", "npm:3.462.0"],\
|
||||
["@cbor-extract/cbor-extract-linux-arm64", "npm:2.1.1"],\
|
||||
["@cbor-extract/cbor-extract-linux-x64", "npm:2.1.1"],\
|
||||
["@grpc/grpc-js", "npm:1.9.11"],\
|
||||
["@grpc/grpc-js", "npm:1.9.12"],\
|
||||
["@simplewebauthn/server", "npm:8.1.1"],\
|
||||
["@simplewebauthn/typescript-types", "npm:8.0.0"],\
|
||||
["@standardnotes/api", "npm:1.26.26"],\
|
||||
|
@ -5809,7 +5809,7 @@ const RAW_RUNTIME_STATE =
|
|||
"packageLocation": "./packages/grpc/",\
|
||||
"packageDependencies": [\
|
||||
["@standardnotes/grpc", "workspace:packages/grpc"],\
|
||||
["@grpc/grpc-js", "npm:1.9.11"],\
|
||||
["@grpc/grpc-js", "npm:1.9.12"],\
|
||||
["@types/google-protobuf", "npm:3.15.10"],\
|
||||
["google-protobuf", "npm:3.21.2"],\
|
||||
["grpc-tools", "npm:1.12.4"],\
|
||||
|
@ -6082,7 +6082,7 @@ const RAW_RUNTIME_STATE =
|
|||
["@aws-sdk/client-s3", "npm:3.462.0"],\
|
||||
["@aws-sdk/client-sns", "npm:3.462.0"],\
|
||||
["@aws-sdk/client-sqs", "npm:3.462.0"],\
|
||||
["@grpc/grpc-js", "npm:1.9.11"],\
|
||||
["@grpc/grpc-js", "npm:1.9.12"],\
|
||||
["@standardnotes/api", "npm:1.26.26"],\
|
||||
["@standardnotes/common", "workspace:packages/common"],\
|
||||
["@standardnotes/domain-core", "workspace:packages/domain-core"],\
|
||||
|
|
Binary file not shown.
|
@ -31,7 +31,7 @@
|
|||
"start": "yarn node dist/bin/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "^1.9.11",
|
||||
"@grpc/grpc-js": "^1.9.12",
|
||||
"@standardnotes/domain-core": "workspace:^",
|
||||
"@standardnotes/domain-events": "workspace:*",
|
||||
"@standardnotes/domain-events-infra": "workspace:*",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@aws-sdk/client-sqs": "^3.462.0",
|
||||
"@cbor-extract/cbor-extract-linux-arm64": "^2.1.1",
|
||||
"@cbor-extract/cbor-extract-linux-x64": "^2.1.1",
|
||||
"@grpc/grpc-js": "^1.9.11",
|
||||
"@grpc/grpc-js": "^1.9.12",
|
||||
"@simplewebauthn/server": "^8.1.1",
|
||||
"@simplewebauthn/typescript-types": "^8.0.0",
|
||||
"@standardnotes/api": "^1.26.26",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"build": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "^1.9.11",
|
||||
"@grpc/grpc-js": "^1.9.12",
|
||||
"google-protobuf": "^3.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@aws-sdk/client-s3": "^3.462.0",
|
||||
"@aws-sdk/client-sns": "^3.462.0",
|
||||
"@aws-sdk/client-sqs": "^3.462.0",
|
||||
"@grpc/grpc-js": "^1.9.11",
|
||||
"@grpc/grpc-js": "^1.9.12",
|
||||
"@standardnotes/api": "^1.26.26",
|
||||
"@standardnotes/common": "workspace:*",
|
||||
"@standardnotes/domain-core": "workspace:^",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1583,13 +1583,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@grpc/grpc-js@npm:^1.9.11":
|
||||
version: 1.9.11
|
||||
resolution: "@grpc/grpc-js@npm:1.9.11"
|
||||
"@grpc/grpc-js@npm:^1.9.12":
|
||||
version: 1.9.12
|
||||
resolution: "@grpc/grpc-js@npm:1.9.12"
|
||||
dependencies:
|
||||
"@grpc/proto-loader": "npm:^0.7.8"
|
||||
"@types/node": "npm:>=12.12.47"
|
||||
checksum: 71b8517b4ff1b3e518bc20b4366c0a7363cb925158eb8f4c99a233a3268ccf7effd0e6ec600429ff7c3f58463c612ec3bab82e40255f632c85a4de88d647e9ec
|
||||
checksum: fe13b04844b525ad860521589e2d640bb8cfeea46e3cb8e4eab537e0a4fcb04a033083c25d5c3cd4e061a6471c933f6f12e81dcc626acdcf68435e6e4a833a06
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4084,7 +4084,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@standardnotes/api-gateway@workspace:packages/api-gateway"
|
||||
dependencies:
|
||||
"@grpc/grpc-js": "npm:^1.9.11"
|
||||
"@grpc/grpc-js": "npm:^1.9.12"
|
||||
"@standardnotes/domain-core": "workspace:^"
|
||||
"@standardnotes/domain-events": "workspace:*"
|
||||
"@standardnotes/domain-events-infra": "workspace:*"
|
||||
|
@ -4147,7 +4147,7 @@ __metadata:
|
|||
"@aws-sdk/client-sqs": "npm:^3.462.0"
|
||||
"@cbor-extract/cbor-extract-linux-arm64": "npm:^2.1.1"
|
||||
"@cbor-extract/cbor-extract-linux-x64": "npm:^2.1.1"
|
||||
"@grpc/grpc-js": "npm:^1.9.11"
|
||||
"@grpc/grpc-js": "npm:^1.9.12"
|
||||
"@simplewebauthn/server": "npm:^8.1.1"
|
||||
"@simplewebauthn/typescript-types": "npm:^8.0.0"
|
||||
"@standardnotes/api": "npm:^1.26.26"
|
||||
|
@ -4361,7 +4361,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@standardnotes/grpc@workspace:packages/grpc"
|
||||
dependencies:
|
||||
"@grpc/grpc-js": "npm:^1.9.11"
|
||||
"@grpc/grpc-js": "npm:^1.9.12"
|
||||
"@types/google-protobuf": "npm:^3"
|
||||
google-protobuf: "npm:^3.21.2"
|
||||
grpc-tools: "npm:^1.12.4"
|
||||
|
@ -4618,7 +4618,7 @@ __metadata:
|
|||
"@aws-sdk/client-s3": "npm:^3.462.0"
|
||||
"@aws-sdk/client-sns": "npm:^3.462.0"
|
||||
"@aws-sdk/client-sqs": "npm:^3.462.0"
|
||||
"@grpc/grpc-js": "npm:^1.9.11"
|
||||
"@grpc/grpc-js": "npm:^1.9.12"
|
||||
"@standardnotes/api": "npm:^1.26.26"
|
||||
"@standardnotes/common": "workspace:*"
|
||||
"@standardnotes/domain-core": "workspace:^"
|
||||
|
|
Loading…
Reference in a new issue