Update dependency chalk to v4.1.2
This commit is contained in:
parent
2e6e1b6cb8
commit
6ca50685af
2 changed files with 16 additions and 6 deletions
|
@ -36,7 +36,7 @@
|
||||||
"@types/fs-extra": "9.0.12",
|
"@types/fs-extra": "9.0.12",
|
||||||
"@typescript-eslint/eslint-plugin": "4.28.5",
|
"@typescript-eslint/eslint-plugin": "4.28.5",
|
||||||
"@typescript-eslint/parser": "4.28.5",
|
"@typescript-eslint/parser": "4.28.5",
|
||||||
"chalk": "4.1.1",
|
"chalk": "4.1.2",
|
||||||
"eslint": "7.31.0",
|
"eslint": "7.31.0",
|
||||||
"eslint-config-prettier": "8.3.0",
|
"eslint-config-prettier": "8.3.0",
|
||||||
"eslint-plugin-prettier": "3.4.0",
|
"eslint-plugin-prettier": "3.4.0",
|
||||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -1261,13 +1261,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"chalk@npm:4.1.1, chalk@npm:^4.1.1":
|
"chalk@npm:4.1.2":
|
||||||
version: 4.1.1
|
version: 4.1.2
|
||||||
resolution: "chalk@npm:4.1.1"
|
resolution: "chalk@npm:4.1.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-styles: ^4.1.0
|
ansi-styles: ^4.1.0
|
||||||
supports-color: ^7.1.0
|
supports-color: ^7.1.0
|
||||||
checksum: 445c12db7aeed0046500a1e4184d31209a77d165654c885a789c41c8598a6a95bd2392180987cac572c967b93a2a730dda778bb7f87fa06ca63fd8592f8cc59f
|
checksum: e3901b97d953991712bf0b941d586175be7ca5da56a97d25187e07453c6b26cae0ac8d9c7aa9e87e7c5c986fff870771b3a8e2705b3becda868829e2e12c2a65
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -1292,6 +1292,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"chalk@npm:^4.1.1":
|
||||||
|
version: 4.1.1
|
||||||
|
resolution: "chalk@npm:4.1.1"
|
||||||
|
dependencies:
|
||||||
|
ansi-styles: ^4.1.0
|
||||||
|
supports-color: ^7.1.0
|
||||||
|
checksum: 445c12db7aeed0046500a1e4184d31209a77d165654c885a789c41c8598a6a95bd2392180987cac572c967b93a2a730dda778bb7f87fa06ca63fd8592f8cc59f
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"chokidar@npm:^2.0.0":
|
"chokidar@npm:^2.0.0":
|
||||||
version: 2.1.8
|
version: 2.1.8
|
||||||
resolution: "chokidar@npm:2.1.8"
|
resolution: "chokidar@npm:2.1.8"
|
||||||
|
@ -4943,7 +4953,7 @@ fsevents@~2.3.2:
|
||||||
"@types/fs-extra": 9.0.12
|
"@types/fs-extra": 9.0.12
|
||||||
"@typescript-eslint/eslint-plugin": 4.28.5
|
"@typescript-eslint/eslint-plugin": 4.28.5
|
||||||
"@typescript-eslint/parser": 4.28.5
|
"@typescript-eslint/parser": 4.28.5
|
||||||
chalk: 4.1.1
|
chalk: 4.1.2
|
||||||
eslint: 7.31.0
|
eslint: 7.31.0
|
||||||
eslint-config-prettier: 8.3.0
|
eslint-config-prettier: 8.3.0
|
||||||
eslint-plugin-prettier: 3.4.0
|
eslint-plugin-prettier: 3.4.0
|
||||||
|
|
Reference in a new issue