Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ansi-escapes to v6 #183

Merged
merged 1 commit into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2636,6 +2636,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 @@ -5669,7 +5678,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