From 9a67b218ad14f0d368a780324597dbf6081a423e Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Mon, 22 Jun 2026 18:25:51 +0000 Subject: [PATCH 1/2] chore: update uuid to ^11.1.1 in fourth chunk of packages --- healthcare/consent/package.json | 2 +- healthcare/datasets/package.json | 2 +- healthcare/dicom/package.json | 2 +- healthcare/fhir/package.json | 2 +- healthcare/hl7v2/package.json | 2 +- iam/deny/package.json | 46 +++++++++++++++---------------- kms/package.json | 2 +- media/livestream/package.json | 2 +- media/transcoder/package.json | 2 +- media/video-stitcher/package.json | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index 8e610ed312b..49efb55ddec 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -14,7 +14,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 8e610ed312b..49efb55ddec 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -14,7 +14,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 59fe7d1b58d..f939d32a9a5 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -16,7 +16,7 @@ "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 683d4bec14a..ce8e3039ca2 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -17,7 +17,7 @@ "c8": "^10.0.0", "google-auth-library": "^9.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index e72bd475c5d..cd5ed2a5d1c 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -15,7 +15,7 @@ "@google-cloud/pubsub": "^4.0.0", "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/iam/deny/package.json b/iam/deny/package.json index 2b4e04eacf9..0e42a1c9da1 100644 --- a/iam/deny/package.json +++ b/iam/deny/package.json @@ -1,25 +1,25 @@ { - "name": "nodejs-docs-samples-iam", - "private": true, - "license": "Apache-2.0", - "author": "Google Inc.", - "repository": { - "type": "git", - "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" - }, - "engines": { - "node": ">=16.0.0" - }, - "scripts": { - "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" - }, - "dependencies": { - "@google-cloud/iam": "^1.0.0" - }, - "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^10.0.0" - } + "name": "nodejs-docs-samples-iam", + "private": true, + "license": "Apache-2.0", + "author": "Google Inc.", + "repository": { + "type": "git", + "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" + }, + "engines": { + "node": ">=16.0.0" + }, + "scripts": { + "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" + }, + "dependencies": { + "@google-cloud/iam": "^1.0.0" + }, + "devDependencies": { + "c8": "^10.0.0", + "chai": "^4.5.0", + "mocha": "^10.0.0", + "uuid": "^11.1.1" + } } diff --git a/kms/package.json b/kms/package.json index 26be9f131aa..dd238a87504 100644 --- a/kms/package.json +++ b/kms/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } diff --git a/media/livestream/package.json b/media/livestream/package.json index f905e3ed86c..06d147d867b 100644 --- a/media/livestream/package.json +++ b/media/livestream/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.1.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } diff --git a/media/transcoder/package.json b/media/transcoder/package.json index 10fc880306d..8e44d9ec4c5 100644 --- a/media/transcoder/package.json +++ b/media/transcoder/package.json @@ -20,6 +20,6 @@ "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", "mocha": "^10.1.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index 8a6c1b873e4..80246715c54 100644 --- a/media/video-stitcher/package.json +++ b/media/video-stitcher/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.1.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } From 0e4847d9a40a290b5c0df7df4caf3a42ff534069 Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Mon, 22 Jun 2026 22:05:07 +0000 Subject: [PATCH 2/2] chore: update engines node version to 20 --- healthcare/consent/package.json | 2 +- iam/deny/package.json | 2 +- media/video-stitcher/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index 49efb55ddec..9805f628b46 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -6,7 +6,7 @@ "author": "Google LLC", "repository": "GoogleCloudPlatform/nodejs-docs-samples", "engines": { - "node": ">=12.0.0" + "node": ">=20.0.0" }, "scripts": { "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" diff --git a/iam/deny/package.json b/iam/deny/package.json index 0e42a1c9da1..950db719f3d 100644 --- a/iam/deny/package.json +++ b/iam/deny/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "scripts": { "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index 80246715c54..d30668e994f 100644 --- a/media/video-stitcher/package.json +++ b/media/video-stitcher/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=10" + "node": ">=20.0.0" }, "files": [ "*.js"