Skip to content

Commit 8c70ce9

Browse files
authored
chore(deps): update dependency uuid to v9 (GoogleCloudPlatform#3009)
1 parent 6a2d527 commit 8c70ce9

22 files changed

Lines changed: 22 additions & 22 deletions

File tree

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"yargs": "^17.0.0"
2424
},
2525
"devDependencies": {
26-
"uuid": "^8.3.2",
26+
"uuid": "^9.0.0",
2727
"mocha": "^10.0.0"
2828
}
2929
}

datacatalog/cloud-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"mocha": "^10.0.0",
17-
"uuid": "^8.0.0"
17+
"uuid": "^9.0.0"
1818
},
1919
"dependencies": {
2020
"@google-cloud/datacatalog": "^3.0.0"

datacatalog/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"mocha": "^10.0.0",
17-
"uuid": "^8.0.0"
17+
"uuid": "^9.0.0"
1818
},
1919
"dependencies": {
2020
"@google-cloud/datacatalog": "^3.0.0"

datastore/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"node-fetch": "^2.6.1",
2424
"proxyquire": "^2.1.0",
2525
"sinon": "^15.0.0",
26-
"uuid": "^8.0.0",
26+
"uuid": "^9.0.0",
2727
"wait-port": "^1.0.4"
2828
}
2929
}

eventarc/generic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"mocha": "^10.0.0",
2626
"sinon": "^15.0.0",
2727
"supertest": "^6.0.0",
28-
"uuid": "^8.0.0"
28+
"uuid": "^9.0.0"
2929
}
3030
}

eventarc/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"mocha": "^10.0.0",
3030
"sinon": "^15.0.0",
3131
"supertest": "^6.0.0",
32-
"uuid": "^8.0.0"
32+
"uuid": "^9.0.0"
3333
}
3434
}

functions/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"proxyquire": "^2.1.0",
1717
"sinon": "^15.0.0",
1818
"supertest": "^6.0.0",
19-
"uuid": "^8.0.0"
19+
"uuid": "^9.0.0"
2020
},
2121
"dependencies": {
2222
"@google-cloud/firestore": "^6.0.0"

functions/helloworld/helloGCS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"promise-retry": "^2.0.0",
3030
"sinon": "^15.0.0",
3131
"supertest": "^6.0.0",
32-
"uuid": "^8.0.0",
32+
"uuid": "^9.0.0",
3333
"wait-port": "^0.3.0"
3434
}
3535
}

functions/helloworld/helloPubSub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"promise-retry": "^2.0.0",
2828
"sinon": "^15.0.0",
2929
"supertest": "^6.0.0",
30-
"uuid": "^8.0.0",
30+
"uuid": "^9.0.0",
3131
"wait-port": "^0.3.0"
3232
}
3333
}

functions/helloworld/helloworldHttp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"promise-retry": "^2.0.0",
2929
"sinon": "^15.0.0",
3030
"supertest": "^6.0.0",
31-
"uuid": "^8.0.0",
31+
"uuid": "^9.0.0",
3232
"wait-port": "^0.3.0"
3333
}
3434
}

0 commit comments

Comments
 (0)