From 89794e294a6bd6d7c5bd96d15a029e2204f16cba Mon Sep 17 00:00:00 2001 From: mhassan1 Date: Thu, 11 Jun 2026 15:30:59 -0400 Subject: [PATCH] fix(deps): bump internal dependencies in `@google-cloud/storage` --- handwritten/storage/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index 7e68d03dc8ac..a56038192c56 100644 --- a/handwritten/storage/package.json +++ b/handwritten/storage/package.json @@ -81,13 +81,13 @@ "async-retry": "^1.3.3", "duplexify": "^4.1.3", "fast-xml-parser": "^5.3.4", - "gaxios": "^6.0.2", - "google-auth-library": "^9.6.3", + "gaxios": "^7.1.5", + "google-auth-library": "^10.7.0", "html-entities": "^2.5.2", "mime": "^3.0.0", "p-limit": "^3.0.1", - "retry-request": "^7.0.0", - "teeny-request": "^9.0.0" + "retry-request": "^8.0.3", + "teeny-request": "^10.1.3" }, "devDependencies": { "@babel/cli": "^7.22.10",