Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2022
1 parent 6b1f28e commit f131030
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"mocha": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion datacatalog/cloud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"mocha": "^9.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
},
"dependencies": {
"@google-cloud/datacatalog": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion datacatalog/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"mocha": "^9.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
},
"dependencies": {
"@google-cloud/datacatalog": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion datastore/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"node-fetch": "^2.6.1",
"proxyquire": "^2.1.0",
"sinon": "^14.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion eventarc/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"mocha": "^9.0.0",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion eventarc/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"mocha": "^9.0.0",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion functions/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"proxyquire": "^2.1.0",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
},
"dependencies": {
"@google-cloud/firestore": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"promise-retry": "^2.0.0",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.0.0",
"uuid": "^9.0.0",
"wait-port": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion functions/speech-to-speech/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@google-cloud/storage": "^6.0.0",
"@google-cloud/text-to-speech": "^4.0.0",
"@google-cloud/translate": "^7.0.0",
"uuid": "^8.0.0",
"uuid": "^9.0.0",
"firebase-admin": "^11.0.0",
"firebase-functions": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/autoLabelInstance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"p-retry": "^4.6.1",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion functions/v2/helloAuditLog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"p-retry": "^4.6.1",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"supertest": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion functions/v2/helloPubSub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"mocha": "^9.1.3",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion healthcare/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"mocha": "^9.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
},
"dependencies": {
"@googleapis/healthcare": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion healthcare/datasets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dependencies": {
"@googleapis/healthcare": "^4.0.0",
"mocha-test": "^2.0.4",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion healthcare/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@googleapis/healthcare": "^4.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion healthcare/fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@googleapis/healthcare": "^4.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion healthcare/hl7v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"dependencies": {
"@googleapis/healthcare": "^4.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion run/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"mocha": "^9.0.0",
"sinon": "^14.0.0",
"supertest": "^6.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}

0 comments on commit f131030

Please sign in to comment.