Skip to content

Commit 44e6cd4

Browse files
committed
chore(deps): update dependency uuid to v9
1 parent 6a2d527 commit 44e6cd4

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

auth/package.json

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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
}

functions/helloworld/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"promise-retry": "^2.0.0",
2626
"sinon": "^15.0.0",
2727
"supertest": "^6.0.0",
28-
"uuid": "^8.0.0",
28+
"uuid": "^9.0.0",
2929
"wait-port": "^0.3.0"
3030
}
3131
}

functions/speech-to-speech/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@google-cloud/storage": "^6.0.0",
3737
"@google-cloud/text-to-speech": "^4.0.0",
3838
"@google-cloud/translate": "^7.0.0",
39-
"uuid": "^8.0.0",
39+
"uuid": "^9.0.0",
4040
"firebase-admin": "^11.0.0",
4141
"firebase-functions": "^4.0.0"
4242
},

functions/v2/autoLabelInstance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"p-retry": "^5.0.0",
2525
"sinon": "^15.0.0",
2626
"supertest": "^6.0.0",
27-
"uuid": "^8.3.2"
27+
"uuid": "^9.0.0"
2828
}
2929
}

functions/v2/helloAuditLog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"p-retry": "^5.0.0",
2323
"sinon": "^15.0.0",
2424
"supertest": "^6.0.0",
25-
"uuid": "^8.3.2",
25+
"uuid": "^9.0.0",
2626
"supertest": "^6.0.0"
2727
}
2828
}

functions/v2/helloPubSub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"mocha": "^10.0.0",
2222
"sinon": "^15.0.0",
2323
"supertest": "^6.0.0",
24-
"uuid": "^8.3.2"
24+
"uuid": "^9.0.0"
2525
}
2626
}

healthcare/consent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"mocha": "^10.0.0",
16-
"uuid": "^8.0.0"
16+
"uuid": "^9.0.0"
1717
},
1818
"dependencies": {
1919
"@googleapis/healthcare": "^5.0.0"

healthcare/datasets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"mocha": "^10.0.0",
1616
"mocha-test": "^2.0.4",
17-
"uuid": "^8.0.0"
17+
"uuid": "^9.0.0"
1818
},
1919
"dependencies": {
2020
"@googleapis/healthcare": "^5.0.0"

healthcare/dicom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@google-cloud/pubsub": "^3.0.0",
1616
"@google-cloud/storage": "^6.0.0",
1717
"mocha": "^10.0.0",
18-
"uuid": "^8.0.0"
18+
"uuid": "^9.0.0"
1919
},
2020
"dependencies": {
2121
"@googleapis/healthcare": "^5.0.0"

healthcare/fhir/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@google-cloud/storage": "^6.0.0",
1717
"google-auth-library": "^7.0.0",
1818
"mocha": "^10.0.0",
19-
"uuid": "^8.0.0"
19+
"uuid": "^9.0.0"
2020
},
2121
"dependencies": {
2222
"@googleapis/healthcare": "^5.0.0"

healthcare/hl7v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@google-cloud/pubsub": "^3.0.0",
1616
"mocha": "^10.0.0",
17-
"uuid": "^8.0.0"
17+
"uuid": "^9.0.0"
1818
},
1919
"dependencies": {
2020
"@googleapis/healthcare": "^5.0.0"

iam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"chai": "^4.2.0",
2121
"mocha": "^10.0.0",
22-
"uuid": "^8.0.0"
22+
"uuid": "^9.0.0"
2323
}
2424
}
2525

run/pubsub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"mocha": "^10.0.0",
2828
"sinon": "^15.0.0",
2929
"supertest": "^6.0.0",
30-
"uuid": "^8.0.0"
30+
"uuid": "^9.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)