Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"handwritten/error-reporting": "3.0.6",
"handwritten/firestore": "8.6.0",
"handwritten/google-cloud-dns": "5.3.2",
"handwritten/logging": "11.2.2",
"handwritten/logging": "11.2.3",
"handwritten/logging-bunyan": "5.1.2",
"handwritten/logging-winston": "6.0.2",
"handwritten/pubsub": "5.3.1",
Expand Down
18 changes: 18 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,24 @@
"id": "74883ea7-b13f-4282-9b14-46d047d4e432",
"createTime": "2026-06-16T00:07:06.414Z"
},
{
"changes": [
{
"type": "fix",
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
"message": "Remove vulnerable dependency `uuid`",
"issues": [
"8120"
],
"scope": "deps"
}
],
"version": "11.2.3",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/logging",
"id": "25bab115-ea4f-4ff2-a7e0-5aa0384c1b95",
"createTime": "2026-06-16T00:07:06.794Z"
},
{
"changes": [
{
Expand Down
7 changes: 7 additions & 0 deletions handwritten/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
[1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions


## [11.2.3](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.2...logging-v11.2.3) (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))

## [11.2.2](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.1...logging-v11.2.2) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/logging",
"version": "11.2.2",
"version": "11.2.3",
"description": "Cloud Logging Client Library for Node.js",
"keywords": [
"google apis client",
Expand Down
Loading