mirror of https://github.com/Seich/Beau.git
Update @oclif/command to the latest version 🚀 (#104)
* fix(package): update @oclif/command to version 1.5.20 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
parent
1ac4a39cd2
commit
4db7f7f5a7
|
|
@ -862,9 +862,9 @@
|
|||
}
|
||||
},
|
||||
"@oclif/command": {
|
||||
"version": "1.5.19",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.5.19.tgz",
|
||||
"integrity": "sha512-6+iaCMh/JXJaB2QWikqvGE9//wLEVYYwZd5sud8aLoLKog1Q75naZh2vlGVtg5Mq/NqpqGQvdIjJb3Bm+64AUQ==",
|
||||
"version": "1.5.20",
|
||||
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.5.20.tgz",
|
||||
"integrity": "sha512-lzst5RU/STfoutJJv4TLE/cm1WtW3xy6Aqvqy3r1lPsGdNifgbEq4dCOYyc/ZEuhV/IStQLDFTnAlqTdolkz1Q==",
|
||||
"requires": {
|
||||
"@oclif/config": "^1",
|
||||
"@oclif/errors": "^1.2.2",
|
||||
|
|
@ -886,11 +886,6 @@
|
|||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
||||
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
||||
},
|
||||
"semver": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
||||
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -8487,8 +8482,7 @@
|
|||
"semver": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
||||
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
|
||||
"dev": true
|
||||
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
||||
},
|
||||
"semver-diff": {
|
||||
"version": "3.1.1",
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
"/bin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@oclif/command": "1.5.20",
|
||||
"@oclif/config": "1.15.0",
|
||||
"@oclif/command": "1.5.19",
|
||||
"@oclif/plugin-help": "2.2.2",
|
||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||
"beau-std": "0.9.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue