From b1638c4e16cb8be8353cd682817582b503cc0985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:38:19 +0000 Subject: [PATCH] build(deps): bump @google-cloud/storage from 6.9.3 to 6.9.4 Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 6.9.3 to 6.9.4. - [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.9.3...v6.9.4) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a0da2257e..74e1d34ede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -663,9 +663,9 @@ "optional": true }, "@google-cloud/storage": { - "version": "6.9.3", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.9.3.tgz", - "integrity": "sha512-ucbHoDvjXlcR/DrJNQlCFnQSaO7pXHTPGs3Gt2TQtPQ+b7Y6DR0ztIt/CEeH+O03I41g9e+T2N1SOOVq5UyaKQ==", + "version": "6.9.4", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.9.4.tgz", + "integrity": "sha512-5Li+0xRJ8wgc+vlf7Tgew8COKEJgRzRmC5ozdSYaBj7BK+X39aPPBP6ROsDTiCZ0MpAg7dxIc+HhKiCvQDplXQ==", "optional": true, "requires": { "@google-cloud/paginator": "^3.0.7",