Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7d6aee4

Browse files
renovate-botKnisterPeter
authored andcommitted
fix(deps): update dependency strip-ansi to v5.1.0
1 parent 6fed3ce commit 7d6aee4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"get-stdin": "6.0.0",
7575
"meow": "5.0.0",
7676
"pascal-case": "2.0.1",
77-
"strip-ansi": "5.0.0"
77+
"strip-ansi": "5.1.0"
7878
},
7979
"config": {
8080
"commitizen": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ ansi-regex@^3.0.0:
274274
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
275275
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
276276

277-
ansi-regex@^4.0.0:
278-
version "4.0.0"
279-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"
280-
integrity sha512-iB5Dda8t/UqpPI/IjsejXu5jOGDrzn41wJyljwPH65VCIbk6+1BzFIMJGFwTNrYXT1CrD+B4l19U7awiQ8rk7w==
277+
ansi-regex@^4.1.0:
278+
version "4.1.0"
279+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
280+
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
281281

282282
ansi-styles@^2.2.1:
283283
version "2.2.1"
@@ -5398,12 +5398,12 @@ stringify-package@^1.0.0:
53985398
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.0.tgz#e02828089333d7d45cd8c287c30aa9a13375081b"
53995399
integrity sha512-JIQqiWmLiEozOC0b0BtxZ/AOUtdUZHCBPgqIZ2kSJJqGwgb9neo44XdTHUC4HZSGqi03hOeB7W/E8rAlKnGe9g==
54005400

5401-
strip-ansi@5.0.0:
5402-
version "5.0.0"
5403-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f"
5404-
integrity sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow==
5401+
strip-ansi@5.1.0:
5402+
version "5.1.0"
5403+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.1.0.tgz#55aaa54e33b4c0649a7338a43437b1887d153ec4"
5404+
integrity sha512-TjxrkPONqO2Z8QDCpeE2j6n0M6EwxzyDgzEeGp+FbdvaJAt//ClYi6W5my+3ROlC/hZX2KACUwDfK49Ka5eDvg==
54055405
dependencies:
5406-
ansi-regex "^4.0.0"
5406+
ansi-regex "^4.1.0"
54075407

54085408
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
54095409
version "3.0.1"

0 commit comments

Comments
 (0)