diff --git a/package.json b/package.json index e89fabc..3358fae 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": "https://github.com/beaussan/nbx/issues", "dependencies": { "@oclif/command": "1.5.19", - "@oclif/config": "1.14.0", + "@oclif/config": "1.15.1", "@oclif/errors": "1.2.2", "@oclif/plugin-help": "2.2.3", "@oclif/plugin-not-found": "1.2.3", diff --git a/yarn.lock b/yarn.lock index 4d6849e..c1e03eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1228,10 +1228,10 @@ debug "^4.1.1" 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: "@oclif/errors" "^1.0.0" "@oclif/parser" "^3.8.0"