Skip to content

Commit

Permalink
downgrade string-width to fix issue yargs/cliui#150
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Aug 9, 2024
1 parent bbbb326 commit 3d22b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"node-mocks-http": "1.15.1",
"nodemon": "3.1.4",
"rimraf": "6.0.1",
"string-width": "4.2.3",
"stryker-cli": "1.0.2",
"supertest": "7.0.0",
"using-temporary-files": "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12055,7 +12055,7 @@ string-length@^4.0.1:
char-regex "^1.0.2"
strip-ansi "^6.0.0"

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0", string-width@4.2.3, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
name string-width-cjs
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
Expand Down

0 comments on commit 3d22b72

Please sign in to comment.