Skip to content

Commit

Permalink
Update dependency @google-cloud/logging to v4 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed Nov 29, 2018
1 parent 389368c commit e247bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/errorreporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"author": "Google Inc.",
"main": "./index.js",
"dependencies": {
"@google-cloud/logging": "1.2.0"
"@google-cloud/logging": "4.1.0"
}
}
2 changes: 1 addition & 1 deletion functions/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/logging": "1.2.0",
"@google-cloud/logging": "4.1.0",
"@google-cloud/monitoring": "0.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit e247bbc

Please sign in to comment.