From 12923b4a4e9104dfbcafe24d2a531d70b1b09a62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 29 Nov 2018 06:31:57 +0000 Subject: [PATCH] Update dependency @google-cloud/debug-agent to v2.6.0 --- debugger/package.json | 2 +- functions/helloworld/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debugger/package.json b/debugger/package.json index 39cc39f57fc..aa5f879151c 100644 --- a/debugger/package.json +++ b/debugger/package.json @@ -20,7 +20,7 @@ "e2e-test": "repo-tools test deploy" }, "dependencies": { - "@google-cloud/debug-agent": "2.3.2", + "@google-cloud/debug-agent": "2.6.0", "express": "4.16.4" }, "devDependencies": { diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 5d52407883d..fd43178794a 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -19,7 +19,7 @@ "system-test": "export FUNCTIONS_CMD='functions-emulator' && sh test/updateFunctions.sh && export BASE_URL=\"http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/debug-agent": "2.4.0", + "@google-cloud/debug-agent": "2.6.0", "escape-html": "^1.0.3", "pug": "2.0.3", "safe-buffer": "5.1.2"