From ed4c9cc4ee3e770c64f7f7858afec38348f08d4a Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 14 Dec 2019 07:21:07 +1300 Subject: [PATCH] chore: update `indent-string` to `^4.0.0` (from `^3.2.0`) (#128) --- package.json | 3 +-- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6058545a..122a9812 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "extract-stack": "^1.0.0", "fs-extra": "^7.0.1", "hyperlinker": "^1.0.0", - "indent-string": "^3.2.0", + "indent-string": "^4.0.0", "is-wsl": "^1.1.0", "js-yaml": "^3.13.1", "lodash": "^4.17.11", @@ -41,7 +41,6 @@ "@types/clean-stack": "^1.3.0", "@types/extract-stack": "^1.0.0", "@types/fs-extra": "^5.0.4", - "@types/indent-string": "^3.0.0", "@types/js-yaml": "^3.12.1", "@types/lodash": "^4.14.117", "@types/mocha": "^5.2.5", diff --git a/yarn.lock b/yarn.lock index b1d75b10..bf570d48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -953,6 +953,11 @@ indent-string@^3.2.0: resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= +indent-string@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== + inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"