Skip to content

Commit a84a96a

Browse files
build(deps-dev): bump strip-ansi from 6.0.1 to 7.1.0 (#2181)
Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.1 to 7.1.0. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](chalk/strip-ansi@v6.0.1...v7.1.0) --- updated-dependencies: - dependency-name: strip-ansi dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22c90f9 commit a84a96a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"rollup-plugin-json": "^4.0.0",
5151
"rollup-plugin-replace": "^2.1.0",
5252
"rollup-plugin-terser": "^7.0.2",
53-
"strip-ansi": "^6.0.0"
53+
"strip-ansi": "^7.1.0"
5454
},
5555
"peerDependencies": {
5656
"prettier": "^3.0.0"

yarn.lock

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

2047+
ansi-regex@^6.0.1:
2048+
version "6.0.1"
2049+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
2050+
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
2051+
20472052
ansi-styles@^3.2.1:
20482053
version "3.2.1"
20492054
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -5499,6 +5504,13 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
54995504
dependencies:
55005505
ansi-regex "^5.0.1"
55015506

5507+
strip-ansi@^7.1.0:
5508+
version "7.1.0"
5509+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
5510+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
5511+
dependencies:
5512+
ansi-regex "^6.0.1"
5513+
55025514
strip-bom@^3.0.0:
55035515
version "3.0.0"
55045516
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"

0 commit comments

Comments
 (0)