Skip to content

Commit 0a737de

Browse files
Update dependency strip-ansi to v7
1 parent 7cafa51 commit 0a737de

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
@@ -45,7 +45,7 @@
4545
"rimraf": "^2.5.0",
4646
"semver": "^5.1.0",
4747
"ssri": "^5.3.0",
48-
"strip-ansi": "^4.0.0",
48+
"strip-ansi": "^7.0.0",
4949
"strip-bom": "^3.0.0",
5050
"tar-fs": "^1.16.0",
5151
"tar-stream": "^1.6.1",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ ansi-regex@^3.0.0:
207207
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
208208
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
209209

210+
ansi-regex@^6.0.1:
211+
version "6.1.0"
212+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
213+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
214+
210215
ansi-styles@^2.2.1:
211216
version "2.2.1"
212217
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -7046,6 +7051,13 @@ strip-ansi@^4.0.0:
70467051
dependencies:
70477052
ansi-regex "^3.0.0"
70487053

7054+
strip-ansi@^7.0.0:
7055+
version "7.1.0"
7056+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
7057+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
7058+
dependencies:
7059+
ansi-regex "^6.0.1"
7060+
70497061
70507062
version "1.0.0"
70517063
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"

0 commit comments

Comments
 (0)