Browse Source

⬆️ Upgrade dependency @oclif/config to v1.14.0

pull/8/head
Renovate Bot 6 years ago
parent
commit
3eb2443a1f
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      package.json
  2. 14
      yarn.lock

2
package.json

@ -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.13.3",
"@oclif/config": "1.14.0",
"@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",

14
yarn.lock

@ -996,7 +996,17 @@
debug "^4.1.1" debug "^4.1.1"
semver "^5.6.0" semver "^5.6.0"
"@oclif/config@1.13.3", "@oclif/config@^1", "@oclif/config@^1.12.12", "@oclif/config@^1.12.8":
"@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==
dependencies:
"@oclif/errors" "^1.0.0"
"@oclif/parser" "^3.8.0"
debug "^4.1.1"
tslib "^1.9.3"
"@oclif/config@^1", "@oclif/config@^1.12.12", "@oclif/config@^1.12.8":
version "1.13.3" version "1.13.3"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.13.3.tgz#1b13e18d0e4242ddbd9cbd100f0eec819aa2bf8c" resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.13.3.tgz#1b13e18d0e4242ddbd9cbd100f0eec819aa2bf8c"
integrity sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg== integrity sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg==
@ -1023,7 +1033,7 @@
qqjs "^0.3.10" qqjs "^0.3.10"
tslib "^1.9.3" tslib "^1.9.3"
"@oclif/errors@1.2.2", "@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2":
"@oclif/errors@1.2.2", "@oclif/errors@^1.0.0", "@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2":
version "1.2.2" version "1.2.2"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.2.2.tgz#9d8f269b15f13d70aa93316fed7bebc24688edc2" resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.2.2.tgz#9d8f269b15f13d70aa93316fed7bebc24688edc2"
integrity sha512-Eq8BFuJUQcbAPVofDxwdE0bL14inIiwt5EaKRVY9ZDIG11jwdXZqiQEECJx0VfnLyUZdYfRd/znDI/MytdJoKg== integrity sha512-Eq8BFuJUQcbAPVofDxwdE0bL14inIiwt5EaKRVY9ZDIG11jwdXZqiQEECJx0VfnLyUZdYfRd/znDI/MytdJoKg==

Loading…
Cancel
Save