Browse Source
⬆️ Upgrade dependency @oclif/config to v1.15.1
pull/78/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
|
|
@ -9,7 +9,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.19", |
|
|
"@oclif/config": "1.14.0", |
|
|
|
|
|
|
|
|
"@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", |
|
|
"@oclif/plugin-not-found": "1.2.3", |
|
|
"@oclif/plugin-not-found": "1.2.3", |
|
|
|
|
|
@ -1227,10 +1227,10 @@ |
|
|
debug "^4.1.1" |
|
|
debug "^4.1.1" |
|
|
semver "^5.6.0" |
|
|
semver "^5.6.0" |
|
|
|
|
|
|
|
|
"@oclif/config@1.14.0": |
|
|
|
|
|
version "1.14.0" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.14.0.tgz#0af93facd5c5087f804489f1603c4f3bc0c45014" |
|
|
|
|
|
integrity sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A== |
|
|
|
|
|
|
|
|
"@oclif/config@1.15.1": |
|
|
|
|
|
version "1.15.1" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.15.1.tgz#39950c70811ab82d75bb3cdb33679ed0a4c21c57" |
|
|
|
|
|
integrity sha512-GdyHpEZuWlfU8GSaZoiywtfVBsPcfYn1KuSLT1JTfvZGpPG6vShcGr24YZ3HG2jXUFlIuAqDcYlTzOrqOdTPNQ== |
|
|
dependencies: |
|
|
dependencies: |
|
|
"@oclif/errors" "^1.0.0" |
|
|
"@oclif/errors" "^1.0.0" |
|
|
"@oclif/parser" "^3.8.0" |
|
|
"@oclif/parser" "^3.8.0" |
|
|
|