Skip to content

Commit

Permalink
chore: update dependency strip-ansi to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 2, 2022
1 parent c82eb11 commit 238b1be
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/acot-reporter-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"log-symbols": "^4.0.0",
"log-update": "^4.0.0",
"plur": "^4.0.0",
"strip-ansi": "^6.0.0"
"strip-ansi": "^7.0.0"
},
"devDependencies": {
"@acot/types": "0.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/acot-reporter-pretty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ora": "^5.1.0",
"plur": "^4.0.0",
"pretty-ms": "^7.0.1",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.0.0",
"text-table": "^0.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"pkg-up": "^3.1.0",
"portfinder": "^1.0.27",
"prettier": "^2.2.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.0.0",
"type-fest": "^0.20.2",
"update-notifier": "^5.0.1",
"validator": "^13.1.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"puppeteer-core": "^13.5.1",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.0.0",
"type-fest": "^0.20.2",
"unified": "^9.0.0",
"unist-util-select": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-pickup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"css-select": "^2.1.0",
"css-select-parse5-adapter": "^1.0.0-pre.1",
"parse5": "^6.0.0",
"strip-ansi": "^6.0.0"
"strip-ansi": "^7.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"figures": "^3.2.0",
"indent-string": "^4.0.0",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0"
"strip-ansi": "^7.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ora": "^5.1.0",
"plur": "^4.0.0",
"pretty-ms": "^7.0.1",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.0.0",
"text-table": "^0.2.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5749,6 +5749,11 @@ ansi-regex@^5.0.1:
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==

ansi-regex@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==

ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
Expand Down Expand Up @@ -18568,6 +18573,13 @@ strip-ansi@^6.0.1:
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
dependencies:
ansi-regex "^6.0.1"

strip-bom@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
Expand Down

0 comments on commit 238b1be

Please sign in to comment.