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 v7 #15049

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@jest/transform": "workspace:*",
"@jest/types": "workspace:*",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"ansi-escapes": "^7.0.0",
"chalk": "^4.0.0",
"ci-info": "^4.0.0",
"exit": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jest/test-result": "workspace:*",
"@jest/types": "workspace:*",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"ansi-escapes": "^7.0.0",
"chalk": "^4.0.0",
"emittery": "^0.13.1",
"jest-util": "workspace:*",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ __metadata:
"@types/graceful-fs": ^4.1.3
"@types/micromatch": ^4.0.1
"@types/node": "*"
ansi-escapes: ^4.2.1
ansi-escapes: ^7.0.0
chalk: ^4.0.0
ci-info: ^4.0.0
exit: ^0.1.2
Expand Down Expand Up @@ -6264,6 +6264,15 @@ __metadata:
languageName: node
linkType: hard

"ansi-escapes@npm:^7.0.0":
version: 7.0.0
resolution: "ansi-escapes@npm:7.0.0"
dependencies:
environment: ^1.0.0
checksum: 19baa61e68d1998c03b3b8bd023653a6c2667f0ed6caa9a00780ffd6f0a14f4a6563c57a38b3c0aba71bd704cd49c4c8df41be60bd81c957409f91e9dd49051f
languageName: node
linkType: hard

"ansi-fragments@npm:^0.2.1":
version: 0.2.1
resolution: "ansi-fragments@npm:0.2.1"
Expand Down Expand Up @@ -9084,6 +9093,13 @@ __metadata:
languageName: node
linkType: hard

"environment@npm:^1.0.0":
version: 1.0.0
resolution: "environment@npm:1.0.0"
checksum: 1e1ed785405d1eff7df09502dfc7c4d7253ba8e24db34efa28a4bf80ca9b8e6334aab61f63d5a379d02fdb423a00ffdfe2bca30605776a04944dc97fd313e56e
languageName: node
linkType: hard

"err-code@npm:^2.0.2":
version: 2.0.3
resolution: "err-code@npm:2.0.3"
Expand Down Expand Up @@ -13300,7 +13316,7 @@ __metadata:
"@jest/test-result": "workspace:*"
"@jest/types": "workspace:*"
"@types/node": "*"
ansi-escapes: ^4.2.1
ansi-escapes: ^7.0.0
chalk: ^4.0.0
emittery: ^0.13.1
jest-util: "workspace:*"
Expand Down