Skip to content

Commit 83e2048

Browse files
chore(main): release logging 11.2.3
1 parent de7d2de commit 83e2048

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
@@ -29,7 +29,7 @@
2929
"handwritten/error-reporting": "3.0.6",
3030
"handwritten/firestore": "8.6.0",
3131
"handwritten/google-cloud-dns": "5.3.2",
32-
"handwritten/logging": "11.2.2",
32+
"handwritten/logging": "11.2.3",
3333
"handwritten/logging-bunyan": "5.1.2",
3434
"handwritten/logging-winston": "6.0.2",
3535
"handwritten/pubsub": "5.3.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": "11.2.3",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/logging",
19+
"id": "f0ee5212-f533-44f1-97db-e4002af6f4f8",
20+
"createTime": "2026-06-09T16:13:36.021Z"
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:36.021Z"
8009780115
}

handwritten/logging/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
[1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions
77

88

9+
## [11.2.3](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.2...logging-v11.2.3) (2026-06-09)
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
916
## [11.2.2](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.1...logging-v11.2.2) (2026-05-11)
1017

1118

handwritten/logging/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/logging",
3-
"version": "11.2.2",
3+
"version": "11.2.3",
44
"description": "Cloud Logging Client Library for Node.js",
55
"keywords": [
66
"google apis client",

0 commit comments

Comments
 (0)