diff --git a/storagetransfer/package.json b/storagetransfer/package.json index da6571c18a9..e7b5bec1fd0 100644 --- a/storagetransfer/package.json +++ b/storagetransfer/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "files": [ "*.js" @@ -23,6 +23,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } diff --git a/talent/package.json b/talent/package.json index 4fdaf72e8d6..beb0f775e54 100644 --- a/talent/package.json +++ b/talent/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "repository": "googleapis/nodejs-talent", "private": true, @@ -26,6 +26,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } diff --git a/translate/package.json b/translate/package.json index 378b15a98a7..fb7a4cfe6c3 100644 --- a/translate/package.json +++ b/translate/package.json @@ -8,7 +8,7 @@ "!test/" ], "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "scripts": { "test": "c8 mocha -p -j 2 --recursive --timeout 240000" @@ -25,6 +25,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } } diff --git a/vision/package.json b/vision/package.json index 06138e90ad1..b09989a7a3a 100644 --- a/vision/package.json +++ b/vision/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "files": [ "*.js" @@ -26,6 +26,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.2.0", - "uuid": "^10.0.0" + "uuid": "^11.1.1" } }