Skip to content

Commit

Permalink
Update dependency @google-cloud/debug-agent to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2018
1 parent 6b0fc04 commit 34caa68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"e2e-test": "repo-tools test deploy"
},
"dependencies": {
"@google-cloud/debug-agent": "2.6.0",
"@google-cloud/debug-agent": "3.0.0",
"express": "4.16.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.6.0",
"@google-cloud/debug-agent": "3.0.0",
"escape-html": "^1.0.3",
"pug": "2.0.3",
"safe-buffer": "5.1.2"
Expand Down

0 comments on commit 34caa68

Please sign in to comment.