diff --git a/package-lock.json b/package-lock.json index afa00c5..721ddaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -406,10 +406,11 @@ } }, "@oclif/config": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.3.tgz", - "integrity": "sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz", + "integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==", "requires": { + "@oclif/errors": "^1.0.0", "@oclif/parser": "^3.8.0", "debug": "^4.1.1", "tslib": "^1.9.3" diff --git a/package.json b/package.json index 30e7503..a0bbf2c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@oclif/command": "^1.5.19", - "@oclif/config": "^1.13.3", + "@oclif/config": "^1.14.0", "@oclif/plugin-autocomplete": "^0.1.5", "@oclif/plugin-help": "^2.2.1", "@oclif/plugin-not-found": "^1.2.3",