Update strip-ansi to the latest version 🚀 (#63)

* chore(package): update strip-ansi to version 5.2.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2019-05-03 17:00:25 -06:00 committed by David Díaz
parent b4355c0750
commit 0a0d2e258b
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -7560,9 +7560,9 @@
} }
}, },
"strip-ansi": { "strip-ansi": {
"version": "5.1.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.1.0.tgz", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
"integrity": "sha512-TjxrkPONqO2Z8QDCpeE2j6n0M6EwxzyDgzEeGp+FbdvaJAt//ClYi6W5my+3ROlC/hZX2KACUwDfK49Ka5eDvg==", "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
"requires": { "requires": {
"ansi-regex": "^4.1.0" "ansi-regex": "^4.1.0"
}, },

View File

@ -36,9 +36,9 @@
"repository": "git@github.com:Seich/Beau.git", "repository": "git@github.com:Seich/Beau.git",
"devDependencies": { "devDependencies": {
"jest": "24.4.0", "jest": "24.4.0",
"strip-ansi": "5.2.0",
"jest-watch-typeahead": "0.3.0", "jest-watch-typeahead": "0.3.0",
"np": "5.0.0", "np": "5.0.0"
"strip-ansi": "5.1.0"
}, },
"oclif": { "oclif": {
"commands": "./bin/cli/commands", "commands": "./bin/cli/commands",