Update @google-cloud/storage and remove one patch (#19259)

* Update `@google-cloud/storage` and remove its patches

* Re-add patch on `@google-cloud/storage/retry-request`

Replace mentions of `.pipe()` and run `patch-package @google-cloud/storage/retry-request`

It was very hard to test whether the package could still cause bugs, so I'd rather put the patch back

GitOrigin-RevId: be83b54b6d55849995ac131bfcf3c9acd9b6dd8e
This commit is contained in:
Antoine Clausse
2024-07-08 15:35:23 +02:00
committed by Copybot
parent 80a6280231
commit 2dae2780c1
6 changed files with 371 additions and 245 deletions

View File

@@ -23,7 +23,7 @@
"@overleaf/logger": "*"
},
"dependencies": {
"@google-cloud/storage": "^6.10.1",
"@google-cloud/storage": "^7.11.2",
"@overleaf/o-error": "*",
"aws-sdk": "^2.718.0",
"fast-crc32c": "overleaf/node-fast-crc32c#aae6b2a4c7a7a159395df9cc6c38dfde702d6f51",