Skip to content

Commit

Permalink
fix(deps): update dependency ansi-escapes to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent df85c15 commit a8939cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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": "^6.0.0",
"ansi-escapes": "^7.0.0",
"chalk": "^5.2.0",
"jest-regex-util": "^29.0.0",
"jest-watcher": "^29.0.0",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2824,13 +2824,6 @@ __metadata:
languageName: node
linkType: hard

"ansi-escapes@npm:^6.0.0":
version: 6.2.1
resolution: "ansi-escapes@npm:6.2.1"
checksum: 4bdbabe0782a1d4007157798f8acab745d1d5e440c872e6792880d08025e0baababa6b85b36846e955fde7d1e4bf572cdb1fddf109de196e9388d7a1c55ce30d
languageName: node
linkType: hard

"ansi-escapes@npm:^7.0.0":
version: 7.0.0
resolution: "ansi-escapes@npm:7.0.0"
Expand Down Expand Up @@ -6127,7 +6120,7 @@ __metadata:
"@types/node": ^14.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/parser": ^5.0.0
ansi-escapes: ^6.0.0
ansi-escapes: ^7.0.0
babel-jest: ^29.0.0
babel-plugin-add-import-extension: ^1.6.0
chalk: ^5.2.0
Expand Down

0 comments on commit a8939cc

Please sign in to comment.