Skip to content

Commit

Permalink
fix(deps): update dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2021
1 parent 8c0a145 commit ae5d3e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"babel-plugin-polyfill-regenerator": "^0.3.0",
"babel-plugin-transform-rename-import": "^2.3.0",
"camelcase": "^6.2.1",
"chalk": "^4.1.2",
"chalk": "^5.0.0",
"confusing-browser-globals": "^1.0.11",
"enquirer": "^2.3.6",
"eslint-config-prettier": "^8.3.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ __metadata:
languageName: node
linkType: hard

"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":
"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -3624,6 +3624,13 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.0.0":
version: 5.0.0
resolution: "chalk@npm:5.0.0"
checksum: 6eba7c518b9aa5fe882ae6d14a1ffa58c418d72a3faa7f72af56641f1bbef51b645fca1d6e05d42357b7d3c846cd504c0b7b64d12309cdd07867e3b4411e0d01
languageName: node
linkType: hard

"char-regex@npm:^1.0.2":
version: 1.0.2
resolution: "char-regex@npm:1.0.2"
Expand Down Expand Up @@ -4790,7 +4797,7 @@ __metadata:
babel-plugin-replace-identifiers: ^0.1.1
babel-plugin-transform-rename-import: ^2.3.0
camelcase: ^6.2.1
chalk: ^4.1.2
chalk: ^5.0.0
confusing-browser-globals: ^1.0.11
cssnano: ^5.0.13
doctoc: ^2.1.0
Expand Down

0 comments on commit ae5d3e1

Please sign in to comment.