From 0bbcf0e7005c8be66d28213369836548f3173438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:05:52 +0000 Subject: [PATCH] Bump @google-cloud/storage in /cloudrun-malware-scanner Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 7.6.0 to 7.7.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/v7.6.0...v7.7.0) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cloudrun-malware-scanner/package-lock.json | 8 ++++---- cloudrun-malware-scanner/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloudrun-malware-scanner/package-lock.json b/cloudrun-malware-scanner/package-lock.json index cb69632..09e1545 100644 --- a/cloudrun-malware-scanner/package-lock.json +++ b/cloudrun-malware-scanner/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-bunyan": "^5.0.1", - "@google-cloud/storage": "^7.6.0", + "@google-cloud/storage": "^7.7.0", "@opencensus/core": "^0.1.0", "@opencensus/exporter-stackdriver": "^0.1.0", "bunyan": "^1.8.15", @@ -177,9 +177,9 @@ } }, "node_modules/@google-cloud/storage": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.6.0.tgz", - "integrity": "sha512-/pQl5pXePhVRvgaR+huKIlSrjEjmxv5pdMieW09Sbo7pa1I9ofQ54y7QN/z9xZ1Yj2j9znfMPAmae1F+Tt4q4g==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.7.0.tgz", + "integrity": "sha512-EMCEY+6JiIkx7Dt8NXVGGjy1vRdSGdHkoqZoqjJw7cEBkT7ZkX0c7puedfn1MamnzW5SX4xoa2jVq5u7OWBmkQ==", "dependencies": { "@google-cloud/paginator": "^5.0.0", "@google-cloud/projectify": "^4.0.0", diff --git a/cloudrun-malware-scanner/package.json b/cloudrun-malware-scanner/package.json index 023098f..271cf98 100644 --- a/cloudrun-malware-scanner/package.json +++ b/cloudrun-malware-scanner/package.json @@ -14,7 +14,7 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-bunyan": "^5.0.1", - "@google-cloud/storage": "^7.6.0", + "@google-cloud/storage": "^7.7.0", "@opencensus/core": "^0.1.0", "@opencensus/exporter-stackdriver": "^0.1.0", "bunyan": "^1.8.15",