Skip to content

Commit 4bd26cd

Browse files
renovate[bot]JustinBeckwith
authored andcommitted
fix(deps): update dependency @google-cloud/common to ^0.32.0 (#334)
1 parent c3a3002 commit 4bd26cd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"predocs-test": "npm run docs"
4545
},
4646
"dependencies": {
47-
"@google-cloud/common": "^0.31.0",
47+
"@google-cloud/common": "^0.32.0",
4848
"console-log-level": "^1.4.0",
4949
"is": "^3.2.1",
5050
"lodash.has": "^4.5.2",

src/google-apis/auth-client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {Configuration, Logger} from '../configuration';
2020
import {ErrorMessage} from '../classes/error-message';
2121
import * as http from 'http';
2222
import {Service, ServiceOptions} from '@google-cloud/common';
23-
import {teenyRequest} from 'teeny-request';
2423

2524
/* @const {Array<String>} list of scopes needed to work with the errors api. */
2625
const SCOPES = ['https://www.googleapis.com/auth/cloud-platform'];
@@ -100,8 +99,6 @@ export class RequestHandler extends Service {
10099
});
101100
super(
102101
{
103-
// tslint:disable-next-line:no-any
104-
requestModule: teenyRequest as any,
105102
packageJson: pkg,
106103
baseUrl: API,
107104
scopes: SCOPES,

0 commit comments

Comments
 (0)