From 5e0202877e76628ec0c1373d21c9ee3b93abd677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 07:03:27 +0000 Subject: [PATCH] chore(deps): bump @google-cloud/storage in /packages/gcs Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 6.12.0 to 7.4.0. - [Release notes](https://github.com/googleapis/nodejs-storage/releases) - [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/nodejs-storage/compare/v6.12.0...v7.4.0) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gcs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gcs/package.json b/packages/gcs/package.json index e24b63aa..97f6a248 100644 --- a/packages/gcs/package.json +++ b/packages/gcs/package.json @@ -27,7 +27,7 @@ "keywords": [], "dependencies": { "@ducktors/storagebus-abstract": "workspace:*", - "@google-cloud/storage": "^6.9.3", + "@google-cloud/storage": "^7.4.0", "mime-types": "^2.1.35", "tslib": "^2.5.0" },