diff --git a/.pnp.cjs b/.pnp.cjs index bdae40f48..cca2462dd 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -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"],\ diff --git a/.yarn/cache/@grpc-grpc-js-npm-1.9.11-5bb7febd65-71b8517b4f.zip b/.yarn/cache/@grpc-grpc-js-npm-1.9.12-cb97be6754-fe13b04844.zip similarity index 88% rename from .yarn/cache/@grpc-grpc-js-npm-1.9.11-5bb7febd65-71b8517b4f.zip rename to .yarn/cache/@grpc-grpc-js-npm-1.9.12-cb97be6754-fe13b04844.zip index 84326c8af..c9dcb7b75 100644 Binary files a/.yarn/cache/@grpc-grpc-js-npm-1.9.11-5bb7febd65-71b8517b4f.zip and b/.yarn/cache/@grpc-grpc-js-npm-1.9.12-cb97be6754-fe13b04844.zip differ diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index addb7e6e5..db7013ecc 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -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:*", diff --git a/packages/auth/package.json b/packages/auth/package.json index dc6285a20..b3b5858c7 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -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", diff --git a/packages/grpc/package.json b/packages/grpc/package.json index 4c5f3e307..39fab56c0 100644 --- a/packages/grpc/package.json +++ b/packages/grpc/package.json @@ -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": { diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index acbe1d0d5..2727ba990 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -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:^", diff --git a/yarn.lock b/yarn.lock index 268d1fbc8..2bc49e1c9 100644 --- a/yarn.lock +++ b/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:^"