Update dependency chalk to v4.1.2
This commit is contained in:
parent
e2ea308501
commit
9684c3c7e2
2 changed files with 16 additions and 6 deletions
|
@ -57,7 +57,7 @@
|
|||
"@types/jest": "26.0.24",
|
||||
"@typescript-eslint/eslint-plugin": "4.28.5",
|
||||
"@typescript-eslint/parser": "4.28.5",
|
||||
"chalk": "4.1.1",
|
||||
"chalk": "4.1.2",
|
||||
"eslint": "7.31.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-jest": "24.4.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -2259,13 +2259,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chalk@npm:4.1.1, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1":
|
||||
version: 4.1.1
|
||||
resolution: "chalk@npm:4.1.1"
|
||||
"chalk@npm:4.1.2":
|
||||
version: 4.1.2
|
||||
resolution: "chalk@npm:4.1.2"
|
||||
dependencies:
|
||||
ansi-styles: ^4.1.0
|
||||
supports-color: ^7.1.0
|
||||
checksum: 445c12db7aeed0046500a1e4184d31209a77d165654c885a789c41c8598a6a95bd2392180987cac572c967b93a2a730dda778bb7f87fa06ca63fd8592f8cc59f
|
||||
checksum: e3901b97d953991712bf0b941d586175be7ca5da56a97d25187e07453c6b26cae0ac8d9c7aa9e87e7c5c986fff870771b3a8e2705b3becda868829e2e12c2a65
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -2280,6 +2280,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chalk@npm:^4.0.0, chalk@npm:^4.1.0, 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
|
||||
|
||||
"char-regex@npm:^1.0.2":
|
||||
version: 1.0.2
|
||||
resolution: "char-regex@npm:1.0.2"
|
||||
|
@ -2902,7 +2912,7 @@ __metadata:
|
|||
"@types/jest": 26.0.24
|
||||
"@typescript-eslint/eslint-plugin": 4.28.5
|
||||
"@typescript-eslint/parser": 4.28.5
|
||||
chalk: 4.1.1
|
||||
chalk: 4.1.2
|
||||
eslint: 7.31.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-plugin-jest: 24.4.0
|
||||
|
|
Loading…
Reference in a new issue