From 3087bc7bad7e49909aff7300fd719ee1444aa430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:59:50 +0000 Subject: [PATCH] Bump trim-newlines from 2.0.0 to 3.0.1 Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9495a82..1643441 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "minimist": "^1.2.0", "multimatch": "^2.1.0", "pretty-ms": "^3.0.0", - "trim-newlines": "^2.0.0" + "trim-newlines": "^3.0.1" }, "devDependencies": { "babel-core": "^6.26.0", diff --git a/yarn.lock b/yarn.lock index d954f60..6eb1a09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3554,9 +3554,9 @@ tough-cookie@~2.3.0: dependencies: punycode "^1.4.1" -trim-newlines@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20" +trim-newlines@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" trim-right@^1.0.1: version "1.0.1"