From d360c95a6d6498c27101e33dce2db5031e9cddd2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 08:16:22 -0700 Subject: [PATCH] =?UTF-8?q?Update=20line-replace=20in=20group=20main=20to?= =?UTF-8?q?=20the=20latest=20version=20=EF=BF=BD=20(#1074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: *** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeeper.io) *** ## The devDependency [line-replace](https://github.com/codealchemist/line-replace) was updated from `1.0.3` to `2.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [codealchemist](https://www.npmjs.com/~codealchemist) **License:** MIT [Find out more about this release](https://github.com/codealchemist/line-replace). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/1074 Reviewed By: nikoant Differential Revision: D21380118 Pulled By: passy fbshipit-source-id: 3ca567a50b95e4b90a13d651d8db330eada009f5 --- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 1ea03750e..76d8e55ed 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -184,7 +184,7 @@ "jest": "^25.1.0", "jest-environment-jsdom-sixteen": "^1.0.3", "jest-fetch-mock": "^3.0.0", - "line-replace": "^1.0.2", + "line-replace": "^2.0.1", "metro": "^0.59.0", "metro-minify-terser": "^0.59.0", "metro-resolver": "^0.59.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index d326103a4..ff2ee2d99 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -8197,10 +8197,10 @@ lie@~3.3.0: dependencies: immediate "~3.0.5" -line-replace@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/line-replace/-/line-replace-1.0.3.tgz#6970df2a0e93e52e5d418a1da5787e5cee151ec1" - integrity sha512-2f/Od+55wuPNto23mgxliWU19xOrHZo6joqtNYQraInC1xwsWBN1uN352tuIUCAHsUZKSgbNjwZjWi19C0nmfg== +line-replace@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/line-replace/-/line-replace-2.0.1.tgz#227c8839003b178dd080ca67fd280eb537f8c168" + integrity sha512-CSr3f6gynLCA9R+RBS0IDIfv7a8OAXcuyq+CHgq0WzbQ7KSJQfF5DgtpRVxpSp1KBNXogtzbNqAeUjrmHYTPYA== lines-and-columns@^1.1.6: version "1.1.6"