Skip to content
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 @@ -108,7 +108,7 @@
"strip-ansi": "^7.1.0",
"tiged": "~2.12.7",
"which": "^6.0.0",
"widest-line": "^5.0.0",
"widest-line": "^6.0.0",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@ __metadata:
typescript-eslint: "npm:^8.31.0"
vitest: "npm:^4.0.0"
which: "npm:^6.0.0"
widest-line: "npm:^5.0.0"
widest-line: "npm:^6.0.0"
wrap-ansi: "npm:^9.0.0"
bin:
actor: ./dist/actor.js
Expand Down Expand Up @@ -8212,7 +8212,7 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:^8.0.0":
"string-width@npm:^8.0.0, string-width@npm:^8.1.0":
version: 8.1.0
resolution: "string-width@npm:8.1.0"
dependencies:
Expand Down Expand Up @@ -9237,12 +9237,12 @@ __metadata:
languageName: node
linkType: hard

"widest-line@npm:^5.0.0":
version: 5.0.0
resolution: "widest-line@npm:5.0.0"
"widest-line@npm:^6.0.0":
version: 6.0.0
resolution: "widest-line@npm:6.0.0"
dependencies:
string-width: "npm:^7.0.0"
checksum: 10c0/6bd6cca8cda502ef50e05353fd25de0df8c704ffc43ada7e0a9cf9a5d4f4e12520485d80e0b77cec8a21f6c3909042fcf732aa9281e5dbb98cc9384a138b2578
string-width: "npm:^8.1.0"
checksum: 10c0/735f1fdcd97fe765a07bb8b5e73c020bed8e53ab34e83ce0ef01693ba3c914d9e7977fe5f5facf0d0b670297a82dd5e376d3efa0896860dfcdaf7cd6924c0fb7
languageName: node
linkType: hard

Expand Down
Loading