Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/apps/job-launcher/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typeorm": "typeorm-ts-node-commonjs"
},
"dependencies": {
"@google-cloud/storage": "^7.19.0",
"@google-cloud/storage": "^7.21.0",
"@google-cloud/vision": "^4.3.2",
"@human-protocol/logger": "workspace:*",
"@human-protocol/sdk": "workspace:*",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ __metadata:
"@eslint/js": "npm:^10.0.1"
"@faker-js/faker": "npm:^9.8.0"
"@golevelup/ts-jest": "npm:^3.0.0"
"@google-cloud/storage": "npm:^7.19.0"
"@google-cloud/storage": "npm:^7.21.0"
"@google-cloud/vision": "npm:^4.3.2"
"@human-protocol/logger": "workspace:*"
"@human-protocol/sdk": "workspace:*"
Expand Down Expand Up @@ -4874,9 +4874,9 @@ __metadata:
languageName: node
linkType: hard

"@google-cloud/storage@npm:^7.19.0":
version: 7.19.0
resolution: "@google-cloud/storage@npm:7.19.0"
"@google-cloud/storage@npm:^7.21.0":
version: 7.21.0
resolution: "@google-cloud/storage@npm:7.21.0"
dependencies:
"@google-cloud/paginator": "npm:^5.0.0"
"@google-cloud/projectify": "npm:^4.0.0"
Expand All @@ -4892,8 +4892,7 @@ __metadata:
p-limit: "npm:^3.0.1"
retry-request: "npm:^7.0.0"
teeny-request: "npm:^9.0.0"
uuid: "npm:^8.0.0"
checksum: 10c0/2951e4a0b3c2f90c28917a9b313a981722a9e5648ca2b6d04f384f816e9107e1637b00c32c5e71ed8d25c7e1840898b616f015b29c2cc1d8d8a22c8630778d8c
checksum: 10c0/07cffff2467575a56594ceb6534253d1dd653de2f093fb5c4e5efa52586351afdcecca3d95ea9617a243b3cbf2cae0cfc7f5448473fad8ba8f7425a291c76cb2
languageName: node
linkType: hard

Expand Down Expand Up @@ -31710,7 +31709,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^8.0.0, uuid@npm:^8.3.2":
"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
Expand Down
Loading