Skip to content

Commit cc66308

Browse files
Bump strip-ansi from 6.0.1 to 7.0.1
Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.1 to 7.0.1. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](chalk/strip-ansi@v6.0.1...v7.0.1) --- updated-dependencies: - dependency-name: strip-ansi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7598e3b commit cc66308

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

package-lock.json

Lines changed: 21 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"has-flag": "^4.0.0",
3333
"picocolors": "^1.0.0",
3434
"string-width": "^4.2.3",
35-
"strip-ansi": "^6.0.1",
35+
"strip-ansi": "^7.0.1",
3636
"stylelint": "^14.12.1",
3737
"stylelint-sarif-formatter": "^1.0.7",
3838
"supports-hyperlinks": "^2.3.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,11 @@ ansi-regex@^5.0.0, ansi-regex@^5.0.1:
11911191
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
11921192
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
11931193

1194+
ansi-regex@^6.0.1:
1195+
version "6.0.1"
1196+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1197+
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1198+
11941199
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
11951200
version "3.2.1"
11961201
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -6569,6 +6574,13 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
65696574
dependencies:
65706575
ansi-regex "^5.0.1"
65716576

6577+
strip-ansi@^7.0.1:
6578+
version "7.0.1"
6579+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
6580+
integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
6581+
dependencies:
6582+
ansi-regex "^6.0.1"
6583+
65726584
strip-bom@^3.0.0:
65736585
version "3.0.0"
65746586
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"

0 commit comments

Comments
 (0)