Skip to content

Commit c7e33e4

Browse files
chore(main): release dns 5.3.3
1 parent 60613cc commit c7e33e4

5 files changed

Lines changed: 29 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"handwritten/datastore": "10.1.1",
2929
"handwritten/error-reporting": "3.0.6",
3030
"handwritten/firestore": "8.6.0",
31-
"handwritten/google-cloud-dns": "5.3.2",
31+
"handwritten/google-cloud-dns": "5.3.3",
3232
"handwritten/logging": "11.2.2",
3333
"handwritten/logging-bunyan": "5.1.2",
3434
"handwritten/logging-winston": "6.0.2",

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
9+
"message": "Remove vulnerable dependency `uuid`",
10+
"issues": [
11+
"8120"
12+
],
13+
"scope": "deps"
14+
}
15+
],
16+
"version": "5.3.3",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/dns",
19+
"id": "95e1bb36-4899-4f8c-a938-cc8baeecd787",
20+
"createTime": "2026-06-11T08:31:49.748Z"
21+
},
422
{
523
"changes": [
624
{
@@ -80093,5 +80111,5 @@
8009380111
"createTime": "2023-01-28T04:18:24.718Z"
8009480112
}
8009580113
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80114+
"updateTime": "2026-06-11T08:31:49.748Z"
8009780115
}

handwritten/google-cloud-dns/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/dns?activeTab=versions
66

7+
## [5.3.3](https://github.com/googleapis/google-cloud-node/compare/dns-v5.3.2...dns-v5.3.3) (2026-06-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
714
## [5.3.2](https://github.com/googleapis/google-cloud-node/compare/dns-v5.3.1...dns-v5.3.2) (2026-05-01)
815

916

handwritten/google-cloud-dns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dns",
33
"description": "Cloud DNS Client Library for Node.js",
4-
"version": "5.3.2",
4+
"version": "5.3.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

handwritten/google-cloud-dns/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dns": "^5.3.2"
18+
"@google-cloud/dns": "^5.3.3"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)