Bump dependencies (#350)

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-04-22 21:17:14 +02:00
committed by GitHub
parent 11fff06b8c
commit aca098645a
21 changed files with 3752 additions and 5533 deletions

View File

@@ -1,4 +1,4 @@
import * as chk from 'chalk';
import * as chalk from 'chalk';
import { Response } from './models/response';
import { ListResponse } from './models/response/listResponse';
@@ -7,8 +7,6 @@ import { StringResponse } from './models/response/stringResponse';
import { UserService } from '../abstractions/user.service';
const chalk = chk.default;
export abstract class BaseProgram {
constructor(
private userService: UserService,