Skip to content

Commit fa13b21

Browse files
committed
fix(deps): update dependency @google-cloud/logging to v5
1 parent b349304 commit fa13b21

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": "^4.4.0"
9+
"@google-cloud/logging": "^5.0.0"
1010
}
1111
}

functions/log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha test/*.test.js --timeout=20000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/logging": "^4.4.0",
18+
"@google-cloud/logging": "^5.0.0",
1919
"@google-cloud/monitoring": "^0.7.1"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)