Skip to content

Commit

Permalink
fix(deps): update dependency ansi-escapes to v6 (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 16, 2022
1 parent 3532637 commit 8e9713b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typecheck": "yarn tsc -p ."
},
"dependencies": {
"ansi-escapes": "^5.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^4.0.0",
"jest-regex-util": "^29.0.0",
"jest-watcher": "^29.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2635,6 +2635,15 @@ __metadata:
languageName: node
linkType: hard

"ansi-escapes@npm:^6.0.0":
version: 6.0.0
resolution: "ansi-escapes@npm:6.0.0"
dependencies:
type-fest: ^3.0.0
checksum: 1ddc0b27b1d040c3c703c9cd80ee0a103817e2f9fa8f1adf0c66e970b57543ec60effdb0bd1a396ed7182bca3b1a0d8fda60ec61fee862d353db81b1c3650a78
languageName: node
linkType: hard

"ansi-regex@npm:^5.0.1":
version: 5.0.1
resolution: "ansi-regex@npm:5.0.1"
Expand Down Expand Up @@ -5670,7 +5679,7 @@ __metadata:
"@types/node": ^16.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/parser": ^5.0.0
ansi-escapes: ^5.0.0
ansi-escapes: ^6.0.0
babel-jest: ^29.0.0
babel-plugin-add-import-extension: ^1.6.0
chalk: ^4.0.0
Expand Down

0 comments on commit 8e9713b

Please sign in to comment.