diff --git a/package.json b/package.json index de54746..28ad4a9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bluebird": "~3.5.2", "commander": "~2.19.0", "debug": "~4.1.0", - "detect-indent": "~5.0.0", + "detect-indent": "~6.0.0", "inquirer": "~6.2.0", "jsonfile": "~5.0.0", "source-map-support": "^0.5.9", diff --git a/yarn.lock b/yarn.lock index febc054..d01bad2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -450,9 +450,10 @@ del@^3.0.0: pify "^3.0.0" rimraf "^2.2.8" -detect-indent@~5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" +detect-indent@~6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd" + integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA== diff@^3.2.0: version "3.5.0"