diff --git a/package-lock.json b/package-lock.json index e48a599..751d07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -259,8 +259,7 @@ "p-each-series": "^1.0.0", "realpath-native": "^1.1.0", "rimraf": "^2.5.4", - "slash": "^2.0.0", - "strip-ansi": "^5.0.0" + "slash": "^2.0.0" }, "dependencies": { "graceful-fs": { @@ -497,7 +496,6 @@ "clean-stack": "^1.3.0", "fs-extra": "^7.0.0", "indent-string": "^3.2.0", - "strip-ansi": "^5.0.0", "wrap-ansi": "^4.0.0" }, "dependencies": { @@ -589,7 +587,6 @@ "indent-string": "^3.2.0", "lodash.template": "^4.4.0", "string-width": "^3.0.0", - "strip-ansi": "^5.0.0", "widest-line": "^2.0.1", "wrap-ansi": "^4.0.0" }, @@ -610,8 +607,7 @@ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "requires": { "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "is-fullwidth-code-point": "^2.0.0" } }, "wrap-ansi": { @@ -900,8 +896,7 @@ "dev": true, "requires": { "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "is-fullwidth-code-point": "^2.0.0" } } } @@ -1240,8 +1235,7 @@ "dev": true, "requires": { "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "is-fullwidth-code-point": "^2.0.0" } }, "type-fest": { @@ -1576,7 +1570,6 @@ "dev": true, "requires": { "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", "wrap-ansi": "^5.1.0" }, "dependencies": { @@ -1593,8 +1586,7 @@ "dev": true, "requires": { "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "is-fullwidth-code-point": "^2.0.0" } }, "wrap-ansi": { @@ -1604,8 +1596,7 @@ "dev": true, "requires": { "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" + "string-width": "^3.0.0" } } } @@ -3635,7 +3626,6 @@ "run-async": "^2.2.0", "rxjs": "^6.4.0", "string-width": "^4.1.0", - "strip-ansi": "^5.1.0", "through": "^2.3.6" }, "dependencies": { @@ -3678,8 +3668,7 @@ "dev": true, "requires": { "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^5.2.0" + "is-fullwidth-code-point": "^3.0.0" } } } @@ -4619,8 +4608,7 @@ "chalk": "^2.4.1", "jest-watcher": "^24.3.0", "slash": "^3.0.0", - "string-length": "^3.1.0", - "strip-ansi": "^5.0.0" + "string-length": "^3.1.0" }, "dependencies": { "ansi-escapes": { @@ -4644,8 +4632,7 @@ "integrity": "sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==", "dev": true, "requires": { - "astral-regex": "^1.0.0", - "strip-ansi": "^5.2.0" + "astral-regex": "^1.0.0" } } } @@ -7482,17 +7469,19 @@ } }, "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, "requires": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^5.0.0" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true } } }, @@ -8225,8 +8214,7 @@ "dev": true, "requires": { "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "is-fullwidth-code-point": "^2.0.0" } }, "y18n": { diff --git a/package.json b/package.json index a309d51..29c632a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "repository": "git@github.com:Seich/Beau.git", "devDependencies": { "jest": "24.9.0", - "strip-ansi": "5.2.0", + "strip-ansi": "6.0.0", "jest-watch-typeahead": "0.4.0", "np": "5.1.1" },