Skip to content

Commit 1f819fa

Browse files
committed
chore(deps): upgrade ansi-regex to 5.0.1
1 parent c11d51e commit 1f819fa

File tree

4 files changed

+10
-28
lines changed

4 files changed

+10
-28
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"typescript": "^4.1.3"
7272
},
7373
"resolutions": {
74+
"ansi-regex": "^5.0.1",
7475
"normalize-package-data": "^3.0.0",
7576
"doctoc/underscore": "^1.13.1",
7677
"doctoc/**/trim": "^1.0.0",

test/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"wtfnode": "^0.9.0"
2020
},
2121
"resolutions": {
22+
"ansi-regex": "^5.0.1",
2223
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.9",
2324
"set-value": "^4.0.1"
2425
}

test/yarn.lock

+4-14
Original file line numberDiff line numberDiff line change
@@ -1239,20 +1239,10 @@ ansi-escapes@^4.2.1:
12391239
dependencies:
12401240
type-fest "^0.11.0"
12411241

1242-
ansi-regex@^2.0.0:
1243-
version "2.1.1"
1244-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
1245-
integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
1246-
1247-
ansi-regex@^3.0.0:
1248-
version "3.0.0"
1249-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
1250-
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
1251-
1252-
ansi-regex@^5.0.0:
1253-
version "5.0.0"
1254-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1255-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1242+
ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1:
1243+
version "5.0.1"
1244+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1245+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
12561246

12571247
ansi-styles@^3.2.1:
12581248
version "3.2.1"

yarn.lock

+4-14
Original file line numberDiff line numberDiff line change
@@ -685,20 +685,10 @@ ansi-colors@^4.1.1:
685685
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
686686
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
687687

688-
ansi-regex@^2.0.0:
689-
version "2.1.1"
690-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
691-
integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
692-
693-
ansi-regex@^3.0.0:
694-
version "3.0.0"
695-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
696-
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
697-
698-
ansi-regex@^5.0.0:
699-
version "5.0.0"
700-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
701-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
688+
ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1:
689+
version "5.0.1"
690+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
691+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
702692

703693
ansi-styles@^3.2.1:
704694
version "3.2.1"

0 commit comments

Comments
 (0)