diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e662474ffe0..df446ed93b9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -30,7 +30,7 @@ "handwritten/firestore": "8.6.0", "handwritten/google-cloud-dns": "5.3.2", "handwritten/logging": "11.2.2", - "handwritten/logging-bunyan": "5.1.2", + "handwritten/logging-bunyan": "5.1.3", "handwritten/logging-winston": "6.0.2", "handwritten/pubsub": "5.3.1", "handwritten/spanner": "8.7.1", diff --git a/changelog.json b/changelog.json index acb5b6fca62b..0c668c1a9c3d 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": "5.1.3", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/logging-bunyan", + "id": "b17b2272-d650-4fd3-b569-b671c6c674d6", + "createTime": "2026-06-13T00:16:26.506Z" + }, { "changes": [ { @@ -80093,5 +80111,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-08T17:51:13.237Z" + "updateTime": "2026-06-13T00:16:26.506Z" } \ No newline at end of file diff --git a/handwritten/logging-bunyan/CHANGELOG.md b/handwritten/logging-bunyan/CHANGELOG.md index bfbc850c72ca..f70aa5006669 100644 --- a/handwritten/logging-bunyan/CHANGELOG.md +++ b/handwritten/logging-bunyan/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions +## [5.1.3](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.2...logging-bunyan-v5.1.3) (2026-06-13) + + +### 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)) + ## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/logging-bunyan-v5.1.1...logging-bunyan-v5.1.2) (2026-05-11) diff --git a/handwritten/logging-bunyan/package.json b/handwritten/logging-bunyan/package.json index ddffd6303db2..41ab34348f4c 100644 --- a/handwritten/logging-bunyan/package.json +++ b/handwritten/logging-bunyan/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/logging-bunyan", "description": "Cloud Logging stream for Bunyan", - "version": "5.1.2", + "version": "5.1.3", "license": "Apache-2.0", "author": "Google Inc.", "engines": {