From 4bb3a3a637479457257346a7be780ca6bd9ad189 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 30 Apr 2019 12:24:47 +0000 Subject: [PATCH 1/2] fix(package): update strip-json-comments to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 9021385ce40c2f1735864d7a3384713b0cbf6b8d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 30 Apr 2019 12:24:52 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 5 +++++ 1 file changed, 5 insertions(+) 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"