Skip to content

Commit 3cfa69c

Browse files
author
Joe
committed
fix(deps): ansi-regex issue
1 parent e420735 commit 3cfa69c

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"browserslist": "^4.16.5",
8181
"safe-buffer": "^5.1.1",
8282
"vfile-message": "^2.0.2",
83-
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3"
83+
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3",
84+
"ansi-regex": "^5.0.1"
8485
},
8586
"dependencies": {
8687
"@coder/logger": "1.1.16",
@@ -165,4 +166,4 @@
165166
"^.+\\.(css|less)$": "<rootDir>/test/utils/cssStub.ts"
166167
}
167168
}
168-
}
169+
}

yarn.lock

Lines changed: 4 additions & 14 deletions
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)