diff --git a/compute/package.json b/compute/package.json index b3aef28a64..f8a7ffc8ac 100644 --- a/compute/package.json +++ b/compute/package.json @@ -24,7 +24,7 @@ "uuid": "^3.2.1" }, "devDependencies": { - "@google-cloud/nodejs-repo-tools": "^2.3.1", + "@google-cloud/nodejs-repo-tools": "^3.0.0", "mocha": "^5.0.0", "proxyquire": "^2.0.1" } diff --git a/compute/startup-script/package.json b/compute/startup-script/package.json index 20be3a13cd..e67eb1e1de 100644 --- a/compute/startup-script/package.json +++ b/compute/startup-script/package.json @@ -14,7 +14,7 @@ "node": ">=8" }, "devDependencies": { - "@google-cloud/nodejs-repo-tools": "^2.3.0", + "@google-cloud/nodejs-repo-tools": "^3.0.0", "mocha": "^5.0.0", "uuid": "^3.2.1" },