From d117ecd2d0c4f6fb469f5e4473a0c8c7161c54f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 22:09:16 +0000 Subject: [PATCH] build(deps): bump @google-cloud/storage from 7.10.0 to 7.10.1 Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 7.10.0 to 7.10.1. - [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/v7.10.0...v7.10.1) --- 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 02633e47ef..7b0538afe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -675,9 +675,9 @@ "optional": true }, "@google-cloud/storage": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.10.0.tgz", - "integrity": "sha512-aBNejLVzHpI7C8eJSMpBpfdq1lxvYuHqG+zy/xvs032RyPRxuu45DLMeXuAbgwyx1VBsxWGYifrPDx+O7hJrmw==", + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.10.1.tgz", + "integrity": "sha512-sZW14pfxEQZSIbBPs6doFYtcbK31Bs3E4jH5Ly3jJnBkYfkMPX8sXG3ZQXCJa88MKtUNPlgBdMN2OJUzmFe5/g==", "optional": true, "requires": { "@google-cloud/paginator": "^5.0.0",