Skip to content

Commit 2a69b53

Browse files
committed
[dev] Bump grpc/grpc-js 1.10.8 -> 1.12.6 and authzed/authzed-node 0.15.0 -> 1.2.2
Tool: gitpod/catfood.gitpod.cloud
1 parent 0cba458 commit 2a69b53

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

components/content-service-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@grpc/grpc-js": "1.10.8",
14+
"@grpc/grpc-js": "1.12.6",
1515
"google-protobuf": "^3.19.1",
1616
"inversify": "^6.0.1",
1717
"opentracing": "^0.14.4"

components/gitpod-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"src"
1111
],
1212
"devDependencies": {
13-
"@grpc/grpc-js": "1.10.8",
13+
"@grpc/grpc-js": "1.12.6",
1414
"@testdeck/mocha": "^0.3.3",
1515
"@types/analytics-node": "^3.1.9",
1616
"@types/chai-subset": "^1.3.3",

components/ide-metrics-api/typescript-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lib"
1010
],
1111
"dependencies": {
12-
"@grpc/grpc-js": "1.10.8",
12+
"@grpc/grpc-js": "1.12.6",
1313
"google-protobuf": "^3.19.1"
1414
},
1515
"devDependencies": {

components/image-builder-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@gitpod/content-service": "0.1.5",
1515
"@gitpod/gitpod-protocol": "0.1.5",
16-
"@grpc/grpc-js": "1.10.8",
16+
"@grpc/grpc-js": "1.12.6",
1717
"google-protobuf": "^3.19.1",
1818
"inversify": "^6.0.1",
1919
"opentracing": "^0.14.4"

components/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"/src"
4646
],
4747
"dependencies": {
48-
"@authzed/authzed-node": "^0.15.0",
48+
"@authzed/authzed-node": "^1.2.2",
4949
"@connectrpc/connect": "1.1.2",
5050
"@connectrpc/connect-express": "1.1.2",
5151
"@gitbeaker/rest": "^39.12.0",

components/supervisor-api/typescript-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lib"
1010
],
1111
"dependencies": {
12-
"@grpc/grpc-js": "1.10.8",
12+
"@grpc/grpc-js": "1.12.6",
1313
"google-protobuf": "^3.19.1"
1414
},
1515
"devDependencies": {

components/ws-daemon-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"@gitpod/content-service": "0.1.5",
16-
"@grpc/grpc-js": "1.10.8",
16+
"@grpc/grpc-js": "1.12.6",
1717
"google-protobuf": "^3.19.1",
1818
"inversify": "^6.0.1",
1919
"opentracing": "^0.14.4"

components/ws-manager-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@gitpod/content-service": "0.1.5",
2929
"@gitpod/gitpod-protocol": "0.1.5",
30-
"@grpc/grpc-js": "1.10.8",
30+
"@grpc/grpc-js": "1.12.6",
3131
"google-protobuf": "^3.19.1",
3232
"inversify": "^6.0.1",
3333
"opentracing": "^0.14.4"

components/ws-manager-bridge-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@grpc/grpc-js": "1.10.8",
14+
"@grpc/grpc-js": "1.12.6",
1515
"google-protobuf": "^3.19.1",
1616
"inversify": "^6.0.1",
1717
"opentracing": "^0.14.4"

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
jsonpointer "^5.0.0"
2525
leven "^3.1.0"
2626

27-
"@authzed/authzed-node@^0.15.0":
28-
version "0.15.0"
29-
resolved "https://registry.yarnpkg.com/@authzed/authzed-node/-/authzed-node-0.15.0.tgz#2163357d76ebf4068d0735a19357c8fa689d1c85"
30-
integrity sha512-juB03KDkxuPShvWz4coJeDzKN7obSZwm6a5Ii4xcCAUT6IItSS+7hOQtFYDMSQVz6ynchwleqqzbhAWMZ1NISQ==
27+
"@authzed/authzed-node@^1.2.2":
28+
version "1.2.2"
29+
resolved "https://registry.yarnpkg.com/@authzed/authzed-node/-/authzed-node-1.2.2.tgz#a1f1fed945d1746ff933c938e6e4068c179e5be6"
30+
integrity sha512-Br25e/1K4dmBIXqqCodvdcT3Ii2N3TSHYpwPrh8PCyhswgiVbUhiXO/PHuqIqEmlC6N1F78FEvlNiyGK4VXw6g==
3131
dependencies:
32-
"@grpc/grpc-js" "^1.10.7"
32+
"@grpc/grpc-js" "^1.12.5"
3333
"@protobuf-ts/runtime" "^2.9.4"
3434
"@protobuf-ts/runtime-rpc" "^2.9.4"
35-
google-protobuf "^3.15.3"
35+
google-protobuf "^3.21.4"
3636

3737
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5", "@babel/code-frame@^7.8.3":
3838
version "7.22.10"
@@ -1666,10 +1666,10 @@
16661666
resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-4.0.0.tgz#a906e533ebdd0f754dca2509933334ce58b8c8b1"
16671667
integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==
16681668

1669-
"@grpc/grpc-js@1.10.8", "@grpc/grpc-js@^1.10.7":
1670-
version "1.10.8"
1671-
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.10.8.tgz#99787785cd8335be861afd1cd485ae9f058e4484"
1672-
integrity sha512-vYVqYzHicDqyKB+NQhAc54I1QWCBLCrYG6unqOIcBTHx+7x8C9lcoLj3KVJXs2VB4lUbpWY+Kk9NipcbXYWmvg==
1669+
"@grpc/grpc-js@1.12.6", "@grpc/grpc-js@^1.12.5":
1670+
version "1.12.6"
1671+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.12.6.tgz#a3586ffdfb6a1f5cd5b4866dec9074c4a1e65472"
1672+
integrity sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==
16731673
dependencies:
16741674
"@grpc/proto-loader" "^0.7.13"
16751675
"@js-sdsl/ordered-map" "^4.4.2"
@@ -8776,16 +8776,16 @@ [email protected]:
87768776
resolved "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.15.8.tgz"
87778777
integrity sha512-2jtfdqTaSxk0cuBJBtTTWsot4WtR9RVr2rXg7x7OoqiuOKopPrwXpM1G4dXIkLcUNRh3RKzz76C8IOkksZSeOw==
87788778

8779-
google-protobuf@^3.15.3:
8780-
version "3.21.2"
8781-
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.2.tgz#4580a2bea8bbb291ee579d1fefb14d6fa3070ea4"
8782-
integrity sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==
8783-
87848779
google-protobuf@^3.19.1, google-protobuf@^3.6.1:
87858780
version "3.19.1"
87868781
resolved "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.19.1.tgz"
87878782
integrity sha512-Isv1RlNC+IzZzilcxnlVSf+JvuhxmY7DaxYCBy+zPS9XVuJRtlTTIXR9hnZ1YL1MMusJn/7eSy2swCzZIomQSg==
87888783

8784+
google-protobuf@^3.21.4:
8785+
version "3.21.4"
8786+
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.4.tgz#2f933e8b6e5e9f8edde66b7be0024b68f77da6c9"
8787+
integrity sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==
8788+
87898789
gopd@^1.0.1:
87908790
version "1.0.1"
87918791
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"

0 commit comments

Comments
 (0)