From 9a20180e053fc8f1b13b13e5ad9a9b36e2044edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:18:20 +0000 Subject: [PATCH] Bump @google-cloud/storage from 7.12.1 to 7.14.0 in /functions Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 7.12.1 to 7.14.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.12.1...v7.14.0) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 8c88db8fcd..86f4f0bf2a 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "hoverboard-functions", "dependencies": { - "@google-cloud/storage": "^7.12.1", + "@google-cloud/storage": "^7.14.0", "express": "^4.21.0", "firebase-admin": "^12.4.0", "firebase-functions": "^5.1.1", @@ -133,9 +133,9 @@ } }, "node_modules/@google-cloud/storage": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.12.1.tgz", - "integrity": "sha512-Z3ZzOnF3YKLuvpkvF+TjQ6lztxcAyTILp+FjKonmVpEwPa9vFvxpZjubLR4sB6bf19i/8HL2AXRjA0YFgHFRmQ==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.14.0.tgz", + "integrity": "sha512-H41bPL2cMfSi4EEnFzKvg7XSb7T67ocSXrmF7MPjfgFB0L6CKGzfIYJheAZi1iqXjz6XaCT1OBf6HCG5vDBTOQ==", "dependencies": { "@google-cloud/paginator": "^5.0.0", "@google-cloud/projectify": "^4.0.0", @@ -3146,9 +3146,9 @@ } }, "@google-cloud/storage": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.12.1.tgz", - "integrity": "sha512-Z3ZzOnF3YKLuvpkvF+TjQ6lztxcAyTILp+FjKonmVpEwPa9vFvxpZjubLR4sB6bf19i/8HL2AXRjA0YFgHFRmQ==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.14.0.tgz", + "integrity": "sha512-H41bPL2cMfSi4EEnFzKvg7XSb7T67ocSXrmF7MPjfgFB0L6CKGzfIYJheAZi1iqXjz6XaCT1OBf6HCG5vDBTOQ==", "requires": { "@google-cloud/paginator": "^5.0.0", "@google-cloud/projectify": "^4.0.0", diff --git a/functions/package.json b/functions/package.json index 25a88461c9..93f16125da 100644 --- a/functions/package.json +++ b/functions/package.json @@ -19,7 +19,7 @@ "start:src": "npm run build:src -- --watch" }, "dependencies": { - "@google-cloud/storage": "^7.12.1", + "@google-cloud/storage": "^7.14.0", "express": "^4.21.0", "firebase-admin": "^12.4.0", "firebase-functions": "^5.1.1",