Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/logging to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2019
1 parent b349304 commit fa13b21
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": "^4.4.0"
"@google-cloud/logging": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion functions/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test/*.test.js --timeout=20000"
},
"dependencies": {
"@google-cloud/logging": "^4.4.0",
"@google-cloud/logging": "^5.0.0",
"@google-cloud/monitoring": "^0.7.1"
},
"devDependencies": {
Expand Down

0 comments on commit fa13b21

Please sign in to comment.