diff --git a/package-lock.json b/package-lock.json index 5c3a415..0779c78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7560,9 +7560,9 @@ } }, "strip-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.1.0.tgz", - "integrity": "sha512-TjxrkPONqO2Z8QDCpeE2j6n0M6EwxzyDgzEeGp+FbdvaJAt//ClYi6W5my+3ROlC/hZX2KACUwDfK49Ka5eDvg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "requires": { "ansi-regex": "^4.1.0" }, diff --git a/package.json b/package.json index 82b992b..ebe1446 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "repository": "git@github.com:Seich/Beau.git", "devDependencies": { "jest": "24.4.0", + "strip-ansi": "5.2.0", "jest-watch-typeahead": "0.3.0", - "np": "5.0.0", - "strip-ansi": "5.1.0" + "np": "5.0.0" }, "oclif": { "commands": "./bin/cli/commands",