From c324803e06bc2841df8372844cf60232394e5ef5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 17:12:12 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 [security] --- handwritten/bigtable/package.json | 2 +- handwritten/error-reporting/package.json | 2 +- handwritten/google-cloud-dns/samples/package.json | 2 +- handwritten/logging-bunyan/package.json | 2 +- handwritten/logging/package.json | 2 +- handwritten/storage/package.json | 2 +- packages/google-cloud-aiplatform/samples/package.json | 2 +- packages/google-cloud-asset/samples/package.json | 2 +- packages/google-cloud-automl/samples/package.json | 2 +- packages/google-cloud-certificatemanager/samples/package.json | 2 +- packages/google-cloud-compute/samples/package.json | 2 +- .../google-cloud-contactcenterinsights/samples/package.json | 2 +- packages/google-cloud-dataproc/samples/package.json | 2 +- packages/google-cloud-dialogflow-cx/samples/package.json | 2 +- packages/google-cloud-dialogflow/samples/package.json | 2 +- packages/google-cloud-documentai/samples/package.json | 2 +- packages/google-cloud-iot/samples/package.json | 2 +- packages/google-cloud-kms/samples/package.json | 2 +- packages/google-cloud-language/samples/package.json | 2 +- packages/google-cloud-monitoring/samples/package.json | 2 +- packages/google-cloud-recaptchaenterprise/samples/package.json | 2 +- packages/google-cloud-secretmanager/samples/package.json | 2 +- packages/google-cloud-securitycenter/samples/package.json | 2 +- packages/google-cloud-servicedirectory/samples/package.json | 2 +- packages/google-cloud-speech/samples/package.json | 2 +- packages/google-cloud-talent/samples/package.json | 2 +- packages/google-cloud-tasks/samples/package.json | 2 +- packages/google-cloud-translate/samples/package.json | 2 +- packages/google-cloud-video-livestream/samples/package.json | 2 +- packages/google-cloud-video-transcoder/samples/package.json | 2 +- packages/google-cloud-vision/samples/package.json | 2 +- packages/google-cloud-vmmigration/samples/package.json | 2 +- packages/google-container/samples/package.json | 2 +- packages/google-devtools-containeranalysis/samples/package.json | 2 +- packages/google-privacy-dlp/samples/package.json | 2 +- packages/google-storagetransfer/samples/package.json | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/handwritten/bigtable/package.json b/handwritten/bigtable/package.json index 32f99b0ace3b..2daafc3e1aab 100644 --- a/handwritten/bigtable/package.json +++ b/handwritten/bigtable/package.json @@ -109,7 +109,7 @@ "tcp-port-used": "^1.0.2", "ts-loader": "^9.5.2", "typescript": "^5.8.2", - "uuid": "8.0.0", + "uuid": "11.1.1", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" }, diff --git a/handwritten/error-reporting/package.json b/handwritten/error-reporting/package.json index f2be96718a9e..bf4958e57873 100644 --- a/handwritten/error-reporting/package.json +++ b/handwritten/error-reporting/package.json @@ -68,7 +68,7 @@ "proxyquire": "^2.1.3", "restify": "^11.0.0", "typescript": "^5.9.3", - "uuid": "^8.3.2" + "uuid": "^11.1.1" }, "overrides": { "undici": "5.28.4", diff --git a/handwritten/google-cloud-dns/samples/package.json b/handwritten/google-cloud-dns/samples/package.json index 6a8f73b5187d..410932d500d7 100644 --- a/handwritten/google-cloud-dns/samples/package.json +++ b/handwritten/google-cloud-dns/samples/package.json @@ -20,6 +20,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/handwritten/logging-bunyan/package.json b/handwritten/logging-bunyan/package.json index 2b7144bc5f37..5ab924aa929d 100644 --- a/handwritten/logging-bunyan/package.json +++ b/handwritten/logging-bunyan/package.json @@ -82,7 +82,7 @@ "post-install-check": "0.0.1", "proxyquire": "^2.0.1", "typescript": "^5.1.6", - "uuid": "^10.0.0" + "uuid": "^11.1.1" }, "peerDependencies": { "bunyan": "*" diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index 77a1d034cd3a..5a62c47885c2 100644 --- a/handwritten/logging/package.json +++ b/handwritten/logging/package.json @@ -66,7 +66,7 @@ "on-finished": "^2.3.0", "pumpify": "^2.0.1", "stream-events": "^1.0.5", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "devDependencies": { "@google-cloud/bigquery": "^7.0.0", diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index 2c5d4b7da458..278b48f4fcc9 100644 --- a/handwritten/storage/package.json +++ b/handwritten/storage/package.json @@ -90,7 +90,7 @@ "p-limit": "^3.0.1", "retry-request": "^7.0.0", "teeny-request": "^9.0.0", - "uuid": "^8.0.0" + "uuid": "^11.1.1" }, "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/packages/google-cloud-aiplatform/samples/package.json b/packages/google-cloud-aiplatform/samples/package.json index f5447fdfd923..0e6655c8c8f0 100644 --- a/packages/google-cloud-aiplatform/samples/package.json +++ b/packages/google-cloud-aiplatform/samples/package.json @@ -18,6 +18,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-asset/samples/package.json b/packages/google-cloud-asset/samples/package.json index 5e953a9aea5a..f88e953fdbe7 100644 --- a/packages/google-cloud-asset/samples/package.json +++ b/packages/google-cloud-asset/samples/package.json @@ -19,7 +19,7 @@ "@google-cloud/bigquery": "^8.0.0", "@google-cloud/compute": "^6.0.0", "@google-cloud/storage": "^7.0.0", - "uuid": "^9.0.0", + "uuid": "^11.1.1", "yargs": "^17.0.0" }, "devDependencies": { diff --git a/packages/google-cloud-automl/samples/package.json b/packages/google-cloud-automl/samples/package.json index a67c0a1b1921..8a1da650908c 100644 --- a/packages/google-cloud-automl/samples/package.json +++ b/packages/google-cloud-automl/samples/package.json @@ -25,6 +25,6 @@ "@google-cloud/storage": "^7.0.1", "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-certificatemanager/samples/package.json b/packages/google-cloud-certificatemanager/samples/package.json index 91df8a7e5fb1..ece64b64e292 100644 --- a/packages/google-cloud-certificatemanager/samples/package.json +++ b/packages/google-cloud-certificatemanager/samples/package.json @@ -20,6 +20,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-compute/samples/package.json b/packages/google-cloud-compute/samples/package.json index 99791553d652..9d37a8c750af 100644 --- a/packages/google-cloud-compute/samples/package.json +++ b/packages/google-cloud-compute/samples/package.json @@ -24,6 +24,6 @@ "chai": "^4.2.0", "mocha": "^8.0.0", "proxyquire": "^2.0.1", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-contactcenterinsights/samples/package.json b/packages/google-cloud-contactcenterinsights/samples/package.json index dfb07960d605..b2a503d06049 100644 --- a/packages/google-cloud-contactcenterinsights/samples/package.json +++ b/packages/google-cloud-contactcenterinsights/samples/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-dataproc/samples/package.json b/packages/google-cloud-dataproc/samples/package.json index 172f01203138..835b90b85709 100644 --- a/packages/google-cloud-dataproc/samples/package.json +++ b/packages/google-cloud-dataproc/samples/package.json @@ -20,6 +20,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-dialogflow-cx/samples/package.json b/packages/google-cloud-dialogflow-cx/samples/package.json index 1f7e48a08a0c..5cfeaf30d1f2 100644 --- a/packages/google-cloud-dialogflow-cx/samples/package.json +++ b/packages/google-cloud-dialogflow-cx/samples/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@google-cloud/dialogflow-cx": "^5.8.1", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "devDependencies": { "c8": "^10.0.0", diff --git a/packages/google-cloud-dialogflow/samples/package.json b/packages/google-cloud-dialogflow/samples/package.json index 98d741b22d7b..61ae6c2581ee 100644 --- a/packages/google-cloud-dialogflow/samples/package.json +++ b/packages/google-cloud-dialogflow/samples/package.json @@ -17,7 +17,7 @@ "dependencies": { "@google-cloud/dialogflow": "^7.6.1", "pb-util": "^1.0.0", - "uuid": "^9.0.0", + "uuid": "^11.1.1", "yargs": "^17.0.0" }, "devDependencies": { diff --git a/packages/google-cloud-documentai/samples/package.json b/packages/google-cloud-documentai/samples/package.json index 3222219efd71..91d104840a3b 100644 --- a/packages/google-cloud-documentai/samples/package.json +++ b/packages/google-cloud-documentai/samples/package.json @@ -16,7 +16,7 @@ "@google-cloud/documentai": "^9.6.1", "@google-cloud/storage": "^7.0.0", "p-queue": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "devDependencies": { "chai": "^4.2.0", diff --git a/packages/google-cloud-iot/samples/package.json b/packages/google-cloud-iot/samples/package.json index 2c3b383a80e2..4f8bda1e1614 100644 --- a/packages/google-cloud-iot/samples/package.json +++ b/packages/google-cloud-iot/samples/package.json @@ -25,7 +25,7 @@ "jsonwebtoken": "^9.0.0", "mocha": "^8.1.1", "mqtt": "^4.0.0", - "uuid": "^9.0.0", + "uuid": "^11.1.1", "yargs": "^17.0.0" } } \ No newline at end of file diff --git a/packages/google-cloud-kms/samples/package.json b/packages/google-cloud-kms/samples/package.json index d41a0de0c49c..3c39a979c63a 100644 --- a/packages/google-cloud-kms/samples/package.json +++ b/packages/google-cloud-kms/samples/package.json @@ -22,6 +22,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-language/samples/package.json b/packages/google-cloud-language/samples/package.json index 3c04ccd103cc..527e02779d18 100644 --- a/packages/google-cloud-language/samples/package.json +++ b/packages/google-cloud-language/samples/package.json @@ -24,6 +24,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-monitoring/samples/package.json b/packages/google-cloud-monitoring/samples/package.json index b0a4f754d932..edf960024eeb 100644 --- a/packages/google-cloud-monitoring/samples/package.json +++ b/packages/google-cloud-monitoring/samples/package.json @@ -20,6 +20,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-recaptchaenterprise/samples/package.json b/packages/google-cloud-recaptchaenterprise/samples/package.json index ecf1916aab27..0dcf4057fe55 100644 --- a/packages/google-cloud-recaptchaenterprise/samples/package.json +++ b/packages/google-cloud-recaptchaenterprise/samples/package.json @@ -18,6 +18,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-secretmanager/samples/package.json b/packages/google-cloud-secretmanager/samples/package.json index 3f5524ab41a4..452bffe5a15f 100644 --- a/packages/google-cloud-secretmanager/samples/package.json +++ b/packages/google-cloud-secretmanager/samples/package.json @@ -20,6 +20,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-securitycenter/samples/package.json b/packages/google-cloud-securitycenter/samples/package.json index 89c58ec5eba4..d3f54d023443 100644 --- a/packages/google-cloud-securitycenter/samples/package.json +++ b/packages/google-cloud-securitycenter/samples/package.json @@ -19,6 +19,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-servicedirectory/samples/package.json b/packages/google-cloud-servicedirectory/samples/package.json index da57e9b8b9f8..18988aa722ac 100644 --- a/packages/google-cloud-servicedirectory/samples/package.json +++ b/packages/google-cloud-servicedirectory/samples/package.json @@ -16,7 +16,7 @@ "@google-cloud/service-directory": "^6.1.2", "eslint": "^8.0.0", "json-schema": "^0.4.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "devDependencies": { "c8": "^10.0.0", diff --git a/packages/google-cloud-speech/samples/package.json b/packages/google-cloud-speech/samples/package.json index a7026c4868ab..b507f72c8525 100644 --- a/packages/google-cloud-speech/samples/package.json +++ b/packages/google-cloud-speech/samples/package.json @@ -30,6 +30,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-talent/samples/package.json b/packages/google-cloud-talent/samples/package.json index a625322ba584..0909bdbe7235 100644 --- a/packages/google-cloud-talent/samples/package.json +++ b/packages/google-cloud-talent/samples/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/talent": "^7.1.2", - "uuid": "^9.0.0", + "uuid": "^11.1.1", "yargs": "^17.0.0" }, "devDependencies": { diff --git a/packages/google-cloud-tasks/samples/package.json b/packages/google-cloud-tasks/samples/package.json index 8f73a456298e..d6c8754ed163 100644 --- a/packages/google-cloud-tasks/samples/package.json +++ b/packages/google-cloud-tasks/samples/package.json @@ -22,6 +22,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-translate/samples/package.json b/packages/google-cloud-translate/samples/package.json index a70b384b121a..efc16dc0f7a3 100644 --- a/packages/google-cloud-translate/samples/package.json +++ b/packages/google-cloud-translate/samples/package.json @@ -24,6 +24,6 @@ "@google-cloud/storage": "^7.0.0", "chai": "^4.2.0", "mocha": "^8.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-video-livestream/samples/package.json b/packages/google-cloud-video-livestream/samples/package.json index f9466994acf9..5a3fc4f4a3b8 100644 --- a/packages/google-cloud-video-livestream/samples/package.json +++ b/packages/google-cloud-video-livestream/samples/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-video-transcoder/samples/package.json b/packages/google-cloud-video-transcoder/samples/package.json index bbf940c6d021..845f8fe4d3ab 100644 --- a/packages/google-cloud-video-transcoder/samples/package.json +++ b/packages/google-cloud-video-transcoder/samples/package.json @@ -20,6 +20,6 @@ "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", "mocha": "^8.1.1", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-vision/samples/package.json b/packages/google-cloud-vision/samples/package.json index 19404f2e6a46..d1324b17a5ca 100644 --- a/packages/google-cloud-vision/samples/package.json +++ b/packages/google-cloud-vision/samples/package.json @@ -23,6 +23,6 @@ "@google-cloud/storage": "^7.0.0", "chai": "^4.2.0", "mocha": "^10.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-cloud-vmmigration/samples/package.json b/packages/google-cloud-vmmigration/samples/package.json index 1c3376700611..f8e50de73913 100644 --- a/packages/google-cloud-vmmigration/samples/package.json +++ b/packages/google-cloud-vmmigration/samples/package.json @@ -20,6 +20,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-container/samples/package.json b/packages/google-container/samples/package.json index 5f4903bfdb23..a81e98a0b8d4 100644 --- a/packages/google-container/samples/package.json +++ b/packages/google-container/samples/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/container": "^6.8.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" }, "devDependencies": { "chai": "^4.2.0", diff --git a/packages/google-devtools-containeranalysis/samples/package.json b/packages/google-devtools-containeranalysis/samples/package.json index 87125e4e143e..4b6e3f6afac5 100644 --- a/packages/google-devtools-containeranalysis/samples/package.json +++ b/packages/google-devtools-containeranalysis/samples/package.json @@ -19,6 +19,6 @@ "devDependencies": { "chai": "^4.2.0", "mocha": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-privacy-dlp/samples/package.json b/packages/google-privacy-dlp/samples/package.json index 2a66098ec2b4..937f3aa52091 100644 --- a/packages/google-privacy-dlp/samples/package.json +++ b/packages/google-privacy-dlp/samples/package.json @@ -25,6 +25,6 @@ "mocha": "^8.0.0", "pixelmatch": "^7.0.0", "pngjs": "^6.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file diff --git a/packages/google-storagetransfer/samples/package.json b/packages/google-storagetransfer/samples/package.json index 05415e2bfe1b..5e5d466c697c 100644 --- a/packages/google-storagetransfer/samples/package.json +++ b/packages/google-storagetransfer/samples/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.2.0", "mocha": "^9.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.1" } } \ No newline at end of file