Skip to content

Commit e247bbc

Browse files
renovate[bot]fhinkel
authored andcommitted
Update dependency @google-cloud/logging to v4 (#954)
1 parent 389368c commit e247bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/errorreporting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"author": "Google Inc.",
77
"main": "./index.js",
88
"dependencies": {
9-
"@google-cloud/logging": "1.2.0"
9+
"@google-cloud/logging": "4.1.0"
1010
}
1111
}

functions/log/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "ava -T 20s --verbose test/*.test.js"
1818
},
1919
"dependencies": {
20-
"@google-cloud/logging": "1.2.0",
20+
"@google-cloud/logging": "4.1.0",
2121
"@google-cloud/monitoring": "0.6.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)