Skip to content

Commit cbaf278

Browse files
renovate[bot]fhinkel
authored andcommitted
fix(deps): update dependency @google-cloud/logging to v4.1.1 (#1008)
1 parent 9dee16e commit cbaf278

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.1.0"
9+
"@google-cloud/logging": "4.1.1"
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": "ava -T 20s --verbose test/*.test.js"
1616
},
1717
"dependencies": {
18-
"@google-cloud/logging": "4.1.0",
18+
"@google-cloud/logging": "4.1.1",
1919
"@google-cloud/monitoring": "0.6.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)