Browse Source
⬆️ Upgrade dependency @oclif/command to v1.6.1
pull/105/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
5 additions and
5 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.6.0", |
|
|
|
|
|
|
|
|
"@oclif/command": "1.6.1", |
|
|
"@oclif/config": "1.15.1", |
|
|
"@oclif/config": "1.15.1", |
|
|
"@oclif/errors": "1.2.2", |
|
|
"@oclif/errors": "1.2.2", |
|
|
"@oclif/plugin-help": "3.0.0", |
|
|
"@oclif/plugin-help": "3.0.0", |
|
|
|
|
|
@ -1225,10 +1225,10 @@ |
|
|
supports-color "^5.4.0" |
|
|
supports-color "^5.4.0" |
|
|
tslib "^1" |
|
|
tslib "^1" |
|
|
|
|
|
|
|
|
"@oclif/command@1.6.0": |
|
|
|
|
|
version "1.6.0" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.6.0.tgz#89a4d8466243ce014ccf9f2bdf84b0ec4305c117" |
|
|
|
|
|
integrity sha512-jHLlsi8WzCNTlbSWFBkpNkYdhg7tOV7aV4Kfig+2hbFxuwgf8HTRVzVKBLDmhySWdbzjg1Z7yOpne8rU4hVc8g== |
|
|
|
|
|
|
|
|
"@oclif/command@1.6.1": |
|
|
|
|
|
version "1.6.1" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.6.1.tgz#774e860f283f32a728377da1c2a90beb8aadf9f5" |
|
|
|
|
|
integrity sha512-pvmMmfGn+zm4e4RwVw63mg9sIaqKqmVsFbImQoUrCO/43UmWzoSHWNXKdgEGigOezWrkZfFucaeZcSbp149OWg== |
|
|
dependencies: |
|
|
dependencies: |
|
|
"@oclif/config" "^1.15.1" |
|
|
"@oclif/config" "^1.15.1" |
|
|
"@oclif/errors" "^1.2.2" |
|
|
"@oclif/errors" "^1.2.2" |
|
|
|