diff --git a/package-lock.json b/package-lock.json index 29daa0f..3f9848f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -495,9 +495,9 @@ } }, "@oclif/config": { - "version": "1.12.9", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.9.tgz", - "integrity": "sha512-kirFdwOPHmcKPJWcTvM8Xhz30i/usC0rITfENshIvFZySWigpWaj3nLWMbu482EOcxzUqjaz55kSHv6jDFjc5w==", + "version": "1.12.12", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.12.12.tgz", + "integrity": "sha512-0vlX5VYvOfF9QbkCqMyPSzH9GMp6at4Mbqn8CxCskxhKvNZoPD5ocda2ku0zEnoqxGAQ4VfQP7NCqJthuiStfg==", "requires": { "debug": "^4.1.1", "tslib": "^1.9.3" diff --git a/package.json b/package.json index e22905a..7484a6f 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "/bin" ], "dependencies": { + "@oclif/config": "1.12.12", "@oclif/command": "1.5.12", - "@oclif/config": "1.12.9", "@oclif/plugin-help": "2.1.4", "@oclif/plugin-warn-if-update-available": "1.5.4", "beau-std": "0.9.4",