From 8b32c61e79f093a542cc8668e14bfc90fc6efb9f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:07:08 +0000 Subject: [PATCH] chore(main): release bigquery-storage 5.1.2 --- .release-please-manifest.json | 2 +- changelog.json | 29 ++++++++++++++++++++++- handwritten/bigquery-storage/CHANGELOG.md | 8 +++++++ handwritten/bigquery-storage/package.json | 2 +- 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e662474ffe0..c25a3b91a208 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -22,7 +22,7 @@ "core/projectify": "5.0.1", "core/promisify": "5.0.1", "handwritten/bigquery": "8.3.1", - "handwritten/bigquery-storage": "5.1.1", + "handwritten/bigquery-storage": "5.1.2", "handwritten/bigtable": "6.5.1", "handwritten/cloud-profiler": "6.0.5", "handwritten/datastore": "10.1.1", diff --git a/changelog.json b/changelog.json index acb5b6fca62b..1ac59cbec3b3 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,33 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "ea623da20f374cfa480fb9fdb7758afd0a993a8e", + "message": "Update dependency protobufjs to v7.5.5 [security]", + "issues": [ + "8071" + ], + "scope": "deps" + }, + { + "type": "fix", + "sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a", + "message": "Remove vulnerable dependency `uuid`", + "issues": [ + "8120" + ], + "scope": "deps" + } + ], + "version": "5.1.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/bigquery-storage", + "id": "74883ea7-b13f-4282-9b14-46d047d4e432", + "createTime": "2026-06-16T00:07:06.414Z" + }, { "changes": [ { @@ -80093,5 +80120,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-08T17:51:13.237Z" + "updateTime": "2026-06-16T00:07:06.414Z" } \ No newline at end of file diff --git a/handwritten/bigquery-storage/CHANGELOG.md b/handwritten/bigquery-storage/CHANGELOG.md index e29a65ee2113..02faf7ba2de2 100644 --- a/handwritten/bigquery-storage/CHANGELOG.md +++ b/handwritten/bigquery-storage/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.1...bigquery-storage-v5.1.2) (2026-06-16) + + +### Bug Fixes + +* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a)) +* **deps:** Update dependency protobufjs to v7.5.5 [security] ([#8071](https://github.com/googleapis/google-cloud-node/issues/8071)) ([ea623da](https://github.com/googleapis/google-cloud-node/commit/ea623da20f374cfa480fb9fdb7758afd0a993a8e)) + ## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.0...bigquery-storage-v5.1.1) (2026-05-13) diff --git a/handwritten/bigquery-storage/package.json b/handwritten/bigquery-storage/package.json index 7ba1612d2aa5..74c80b676bc0 100644 --- a/handwritten/bigquery-storage/package.json +++ b/handwritten/bigquery-storage/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/bigquery-storage", - "version": "5.1.1", + "version": "5.1.2", "description": "Client for the BigQuery Storage API", "repository": { "type": "git",