Skip to content

Commit ae5d3e1

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 8c0a145 commit ae5d3e1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"babel-plugin-polyfill-regenerator": "^0.3.0",
6969
"babel-plugin-transform-rename-import": "^2.3.0",
7070
"camelcase": "^6.2.1",
71-
"chalk": "^4.1.2",
71+
"chalk": "^5.0.0",
7272
"confusing-browser-globals": "^1.0.11",
7373
"enquirer": "^2.3.6",
7474
"eslint-config-prettier": "^8.3.0",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@ __metadata:
35933593
languageName: node
35943594
linkType: hard
35953595

3596-
"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
3596+
"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1":
35973597
version: 4.1.2
35983598
resolution: "chalk@npm:4.1.2"
35993599
dependencies:
@@ -3624,6 +3624,13 @@ __metadata:
36243624
languageName: node
36253625
linkType: hard
36263626

3627+
"chalk@npm:^5.0.0":
3628+
version: 5.0.0
3629+
resolution: "chalk@npm:5.0.0"
3630+
checksum: 6eba7c518b9aa5fe882ae6d14a1ffa58c418d72a3faa7f72af56641f1bbef51b645fca1d6e05d42357b7d3c846cd504c0b7b64d12309cdd07867e3b4411e0d01
3631+
languageName: node
3632+
linkType: hard
3633+
36273634
"char-regex@npm:^1.0.2":
36283635
version: 1.0.2
36293636
resolution: "char-regex@npm:1.0.2"
@@ -4790,7 +4797,7 @@ __metadata:
47904797
babel-plugin-replace-identifiers: ^0.1.1
47914798
babel-plugin-transform-rename-import: ^2.3.0
47924799
camelcase: ^6.2.1
4793-
chalk: ^4.1.2
4800+
chalk: ^5.0.0
47944801
confusing-browser-globals: ^1.0.11
47954802
cssnano: ^5.0.13
47964803
doctoc: ^2.1.0

0 commit comments

Comments
 (0)