Skip to content

Commit f1c260d

Browse files
chore(main): release logging 11.2.3 (#8430)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Daniel Bruce <djbruce@google.com>
1 parent 4436002 commit f1c260d

4 files changed

Lines changed: 27 additions & 2 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,24 @@
596596
"id": "74883ea7-b13f-4282-9b14-46d047d4e432",
597597
"createTime": "2026-06-16T00:07:06.414Z"
598598
},
599+
{
600+
"changes": [
601+
{
602+
"type": "fix",
603+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
604+
"message": "Remove vulnerable dependency `uuid`",
605+
"issues": [
606+
"8120"
607+
],
608+
"scope": "deps"
609+
}
610+
],
611+
"version": "11.2.3",
612+
"language": "JAVASCRIPT",
613+
"artifactName": "@google-cloud/logging",
614+
"id": "25bab115-ea4f-4ff2-a7e0-5aa0384c1b95",
615+
"createTime": "2026-06-16T00:07:06.794Z"
616+
},
599617
{
600618
"changes": [
601619
{

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-16)
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)