Skip to content

Commit 965bc90

Browse files
committed
Merge branch 'main' of https://github.com/googleap
# Conflicts: # changelog.json
2 parents 64d7899 + 9e921d5 commit 965bc90

4 files changed

Lines changed: 39 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"core/projectify": "5.0.1",
2323
"core/promisify": "5.0.1",
2424
"handwritten/bigquery": "8.3.1",
25-
"handwritten/bigquery-storage": "5.1.1",
25+
"handwritten/bigquery-storage": "5.1.2",
2626
"handwritten/bigtable": "6.5.1",
2727
"handwritten/cloud-profiler": "6.0.5",
2828
"handwritten/datastore": "10.1.1",

changelog.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,33 @@
569569
"id": "e51e396d-ddb9-4531-9f9e-4822535bbf23",
570570
"createTime": "2026-06-16T00:01:48.990Z"
571571
},
572+
{
573+
"changes": [
574+
{
575+
"type": "fix",
576+
"sha": "ea623da20f374cfa480fb9fdb7758afd0a993a8e",
577+
"message": "Update dependency protobufjs to v7.5.5 [security]",
578+
"issues": [
579+
"8071"
580+
],
581+
"scope": "deps"
582+
},
583+
{
584+
"type": "fix",
585+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
586+
"message": "Remove vulnerable dependency `uuid`",
587+
"issues": [
588+
"8120"
589+
],
590+
"scope": "deps"
591+
}
592+
],
593+
"version": "5.1.2",
594+
"language": "JAVASCRIPT",
595+
"artifactName": "@google-cloud/bigquery-storage",
596+
"id": "74883ea7-b13f-4282-9b14-46d047d4e432",
597+
"createTime": "2026-06-16T00:07:06.414Z"
598+
},
572599
{
573600
"changes": [
574601
{
@@ -80661,5 +80688,5 @@
8066180688
"createTime": "2023-01-28T04:18:24.718Z"
8066280689
}
8066380690
],
80664-
"updateTime": "2026-06-16T00:01:49.870Z"
80665-
}
80691+
"updateTime": "2026-06-16T00:07:06.414Z"
80692+
}

handwritten/bigquery-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.1...bigquery-storage-v5.1.2) (2026-06-16)
5+
6+
7+
### Bug Fixes
8+
9+
* **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))
10+
* **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))
11+
412
## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.0...bigquery-storage-v5.1.1) (2026-05-13)
513

614

handwritten/bigquery-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-storage",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Client for the BigQuery Storage API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)