mirror of https://github.com/Seich/Beau.git
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:
parent
b4355c0750
commit
0a0d2e258b
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue