From 97235979fe6282f6fde5a3e566309abc207d279f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:03:13 -0700 Subject: [PATCH] build(deps): bump @google-cloud/storage in /examples/node (#824) Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 6.0.1 to 6.1.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.0.1...v6.1.0) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/node/package-lock.json | 10 +++++----- examples/node/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json index 1affccb14f..34d411a6f2 100644 --- a/examples/node/package-lock.json +++ b/examples/node/package-lock.json @@ -24,9 +24,9 @@ "integrity": "sha512-91ArYvRgXWb73YvEOBMmOcJc0bDRs5yiVHnqkwoG0f3nm7nZuipllz6e7BvFESBvjkDTBC0zMD8QxedUwNLc1A==" }, "@google-cloud/storage": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.0.1.tgz", - "integrity": "sha512-52P3A8IpqISc2aeGxx/DQyqDmG0uP5wUW3dsns4ZPKZS5jbllFMy0V7qzY2vVv7GgpIULIKQ26yEWjSEA/pLng==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.1.0.tgz", + "integrity": "sha512-zqZwzpRWCJuPne7x9Vc2H79zANl0uh9bNPGis0xAuC88ZEvBXfQqYCAVyiL1YIxi7rf51l8wy9vBr1pONMfxxA==", "requires": { "@google-cloud/paginator": "^3.0.7", "@google-cloud/projectify": "^2.0.0", @@ -145,7 +145,7 @@ "ent": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", - "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=" + "integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==" }, "event-target-shim": { "version": "5.0.1", @@ -334,7 +334,7 @@ "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "requires": { "wrappy": "1" } diff --git a/examples/node/package.json b/examples/node/package.json index 32b4180b9e..a6c268ed7d 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "@google-cloud/storage": "^6.0.1" + "@google-cloud/storage": "^6.1.0" } }