build: update chalk to version 4.0.1 (#41738)

Update `chalk` to `4.0.1` so that it can be managed by Renovate.

PR Close #41738
This commit is contained in:
Alan Agius
2021-04-21 08:38:13 +02:00
committed by Jessica Janiuk
parent 6611d5c1c9
commit e00a9c1b99
6 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import chalk from 'chalk';
import * as chalk from 'chalk';
import {readFileSync, writeFileSync} from 'fs';
import {compareFileSizeData} from './file_size_compare';