diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e662474ffe..7116cd859bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/changelog.json b/changelog.json index acb5b6fca62..0927be99994 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,24 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "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": "8a22a526-6559-425b-94d7-1b3f17e86d35", + "createTime": "2026-06-10T00:26:31.046Z" + }, { "changes": [ { @@ -80093,5 +80111,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-08T17:51:13.237Z" + "updateTime": "2026-06-10T00:26:31.046Z" } \ No newline at end of file diff --git a/handwritten/logging/CHANGELOG.md b/handwritten/logging/CHANGELOG.md index 135427642bb..f322908a2c2 100644 --- a/handwritten/logging/CHANGELOG.md +++ b/handwritten/logging/CHANGELOG.md @@ -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-10) + + +### 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) diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index aec9268c2dc..474a255722c 100644 --- a/handwritten/logging/package.json +++ b/handwritten/logging/package.json @@ -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",