Skip to content

Commit e5e2b31

Browse files
chore(main): release logging-bunyan 5.1.3
1 parent de7d2de commit e5e2b31

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"handwritten/firestore": "8.6.0",
3131
"handwritten/google-cloud-dns": "5.3.2",
3232
"handwritten/logging": "11.2.2",
33-
"handwritten/logging-bunyan": "5.1.2",
33+
"handwritten/logging-bunyan": "5.1.3",
3434
"handwritten/logging-winston": "6.0.2",
3535
"handwritten/pubsub": "5.3.1",
3636
"handwritten/spanner": "8.7.1",

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
9+
"message": "Remove vulnerable dependency `uuid`",
10+
"issues": [
11+
"8120"
12+
],
13+
"scope": "deps"
14+
}
15+
],
16+
"version": "5.1.3",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/logging-bunyan",
19+
"id": "a861e787-04ca-4685-b74b-604cdcb82e94",
20+
"createTime": "2026-06-09T16:13:35.419Z"
21+
},
422
{
523
"changes": [
624
{
@@ -80093,5 +80111,5 @@
8009380111
"createTime": "2023-01-28T04:18:24.718Z"
8009480112
}
8009580113
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80114+
"updateTime": "2026-06-09T16:13:35.419Z"
8009780115
}

handwritten/logging-bunyan/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
77

8+
## [5.1.3](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.2...logging-bunyan-v5.1.3) (2026-06-09)
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
815
## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.1...logging-bunyan-v5.1.2) (2026-05-11)
916

1017

handwritten/logging-bunyan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/logging-bunyan",
33
"description": "Cloud Logging stream for Bunyan",
4-
"version": "5.1.2",
4+
"version": "5.1.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)