Skip to content

Commit cad9188

Browse files
committed
Update dependency @google-cloud/logging to v1.2.0
1 parent 2ed05bc commit cad9188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/errorreporting/package.json

Lines changed: 1 addition & 1 deletion
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.1.4"
9+
"@google-cloud/logging": "1.2.0"
1010
}
1111
}

functions/log/package.json

Lines changed: 1 addition & 1 deletion
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.1.4",
20+
"@google-cloud/logging": "1.2.0",
2121
"@google-cloud/monitoring": "0.4.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)