mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-18 09:13:28 +00:00
Bump dependencies (#114)
* Upgrade angular and webpack dependencies * Bump microsoft-graph-client and googleapis * Bump pkg-fetch in pipeline * Bump jslib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as chk from 'chalk';
|
||||
import * as chalk from 'chalk';
|
||||
import * as program from 'commander';
|
||||
import * as path from 'path';
|
||||
|
||||
@@ -19,7 +19,6 @@ import { BaseProgram } from 'jslib/cli/baseProgram';
|
||||
import { Response } from 'jslib/cli/models/response';
|
||||
import { StringResponse } from 'jslib/cli/models/response/stringResponse';
|
||||
|
||||
const chalk = chk.default;
|
||||
const writeLn = (s: string, finalLine: boolean = false, error: boolean = false) => {
|
||||
const stream = error ? process.stderr : process.stdout;
|
||||
if (finalLine && process.platform === 'win32') {
|
||||
|
||||
Reference in New Issue
Block a user