Browse Source
⬆️ Upgrade dependency @oclif/command to v1.5.20
pull/83/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
14 additions and
2 deletions
-
package.json
-
yarn.lock
|
|
@ -8,7 +8,7 @@ |
|
|
}, |
|
|
}, |
|
|
"bugs": "https://github.com/beaussan/nbx/issues", |
|
|
"bugs": "https://github.com/beaussan/nbx/issues", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@oclif/command": "1.5.19", |
|
|
|
|
|
|
|
|
"@oclif/command": "1.5.20", |
|
|
"@oclif/config": "1.15.1", |
|
|
"@oclif/config": "1.15.1", |
|
|
"@oclif/errors": "1.2.2", |
|
|
"@oclif/errors": "1.2.2", |
|
|
"@oclif/plugin-help": "2.2.3", |
|
|
"@oclif/plugin-help": "2.2.3", |
|
|
|
|
|
@ -1216,7 +1216,19 @@ |
|
|
supports-color "^5.4.0" |
|
|
supports-color "^5.4.0" |
|
|
tslib "^1" |
|
|
tslib "^1" |
|
|
|
|
|
|
|
|
"@oclif/command@1.5.19", "@oclif/command@^1.5.1", "@oclif/command@^1.5.10", "@oclif/command@^1.5.13", "@oclif/command@^1.5.3": |
|
|
|
|
|
|
|
|
"@oclif/command@1.5.20": |
|
|
|
|
|
version "1.5.20" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.20.tgz#bb0693586d7d66a457c49b719e394c02ff0169a7" |
|
|
|
|
|
integrity sha512-lzst5RU/STfoutJJv4TLE/cm1WtW3xy6Aqvqy3r1lPsGdNifgbEq4dCOYyc/ZEuhV/IStQLDFTnAlqTdolkz1Q== |
|
|
|
|
|
dependencies: |
|
|
|
|
|
"@oclif/config" "^1" |
|
|
|
|
|
"@oclif/errors" "^1.2.2" |
|
|
|
|
|
"@oclif/parser" "^3.8.3" |
|
|
|
|
|
"@oclif/plugin-help" "^2" |
|
|
|
|
|
debug "^4.1.1" |
|
|
|
|
|
semver "^5.6.0" |
|
|
|
|
|
|
|
|
|
|
|
"@oclif/command@^1.5.1", "@oclif/command@^1.5.10", "@oclif/command@^1.5.13", "@oclif/command@^1.5.3": |
|
|
version "1.5.19" |
|
|
version "1.5.19" |
|
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.19.tgz#13f472450eb83bd6c6871a164c03eadb5e1a07ed" |
|
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.19.tgz#13f472450eb83bd6c6871a164c03eadb5e1a07ed" |
|
|
integrity sha512-6+iaCMh/JXJaB2QWikqvGE9//wLEVYYwZd5sud8aLoLKog1Q75naZh2vlGVtg5Mq/NqpqGQvdIjJb3Bm+64AUQ== |
|
|
integrity sha512-6+iaCMh/JXJaB2QWikqvGE9//wLEVYYwZd5sud8aLoLKog1Q75naZh2vlGVtg5Mq/NqpqGQvdIjJb3Bm+64AUQ== |
|
|
|