Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 1a563b6

Browse files
renovate[bot]JustinBeckwith
authored andcommitted
fix(deps): update dependency @google-cloud/common to ^0.26.0 (edited) (#480)
1 parent f64b8ee commit 1a563b6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
]
7979
},
8080
"dependencies": {
81-
"@google-cloud/common": "^0.24.0",
81+
"@google-cloud/common": "^0.26.0",
8282
"@google-cloud/paginator": "^0.1.0",
8383
"@google-cloud/promisify": "^0.3.0",
8484
"arrify": "^1.0.0",

test/bucket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const fakePromisify = {
9696
};
9797

9898
const fakeUtil = extend({}, util);
99+
fakeUtil.noop = util.noop;
99100

100101
let extended = false;
101102
const fakePaginator = {

0 commit comments

Comments
 (0)