Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 1757ee2

Browse files
renovate[bot]JustinBeckwith
authored andcommitted
fix(deps): update dependency arrify to v2 (#684)
1 parent 5a4ecf6 commit 1757ee2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"client library"
1818
],
1919
"dependencies": {
20-
"arrify": "^1.0.1",
20+
"arrify": "^2.0.0",
2121
"base64-js": "^1.3.0",
2222
"fast-text-encoding": "^1.0.0",
2323
"gaxios": "^2.0.0",
@@ -30,7 +30,6 @@
3030
},
3131
"devDependencies": {
3232
"@compodoc/compodoc": "^1.1.7",
33-
"@types/arrify": "^1.0.4",
3433
"@types/base64-js": "^1.2.5",
3534
"@types/chai": "^4.1.7",
3635
"@types/execa": "^0.9.0",

src/auth/computeclient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
import * as arrify from 'arrify';
18-
import {GaxiosError, GaxiosOptions, GaxiosPromise} from 'gaxios';
17+
import arrify = require('arrify');
18+
import {GaxiosError} from 'gaxios';
1919
import * as gcpMetadata from 'gcp-metadata';
2020

2121
import * as messages from '../messages';

0 commit comments

Comments
 (0)