diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 447970da0cbe..c0dff6731631 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 1aa527bbb43b..75ac747ea0d9 100644 --- a/changelog.json +++ b/changelog.json @@ -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": [ { diff --git a/handwritten/logging/CHANGELOG.md b/handwritten/logging/CHANGELOG.md index 135427642bbc..ef51a9152440 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-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) diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index aec9268c2dcb..474a255722cf 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",