diff --git a/package.json b/package.json index de54746..5c7836e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "inquirer": "~6.2.0", "jsonfile": "~5.0.0", "source-map-support": "^0.5.9", - "strip-json-comments": "~2.0.1", + "strip-json-comments": "~3.0.0", "typescript-2.7": "npm:typescript@2.7.x", "typescript-2.8": "npm:typescript@2.8.x", "typescript-2.9": "npm:typescript@2.9.x", diff --git a/yarn.lock b/yarn.lock index febc054..d6c6864 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1433,6 +1433,11 @@ strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" +strip-json-comments@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.0.tgz#86456f81e4bd10d314576c1adf7719ed0894ce3b" + integrity sha512-+yvKOYsd+oXGSoNMD0PgjwWn4MrgXTK/t/Fh54NXLf1cOOf3ceP/JvP5JRDP8jeKBsmtXS9PeoOr2eh1RKWSqg== + supports-color@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"