From 127eec5fa11d3e5eea3d9e3ef624fc17b4769e1a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 08:22:48 -0800 Subject: [PATCH] =?UTF-8?q?Update=20fix-path=20in=20group=20website=20to?= =?UTF-8?q?=20the=20latest=20version=20=EF=BF=BD=20(#804)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [fix-path](https://github.com/sindresorhus/fix-path) was updated from `2.1.0` to `3.0.0`. 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:** [sindresorhus](https://www.npmjs.com/~sindresorhus) **License:** MIT
Release Notes for v3.0.0

Breaking

Enhancements

v2.1.0...v3.0.0

Commits

The new version differs by 5 commits.

See the full diff

---
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/804 Reviewed By: mweststrate Differential Revision: D19938234 Pulled By: passy fbshipit-source-id: b012360396d476d610e79136904052ec7395076d --- static/package.json | 2 +- static/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/package.json b/static/package.json index 1f972c0d639..c762103a61f 100644 --- a/static/package.json +++ b/static/package.json @@ -17,7 +17,7 @@ "@babel/preset-react": "^7.8.3", "expand-tilde": "^2.0.2", "fb-watchman": "^2.0.0", - "fix-path": "^2.1.0", + "fix-path": "^3.0.0", "mem": "^6.0.0", "metro": "^0.58.0", "mkdirp": "^1.0.0", diff --git a/static/yarn.lock b/static/yarn.lock index ded0a100b6c..1e686eeb1df 100644 --- a/static/yarn.lock +++ b/static/yarn.lock @@ -1491,12 +1491,12 @@ find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -fix-path@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fix-path/-/fix-path-2.1.0.tgz#72ece739de9af4bd63fd02da23e9a70c619b4c38" - integrity sha1-cuznOd6a9L1j/QLaI+mnDGGbTDg= +fix-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/fix-path/-/fix-path-3.0.0.tgz#c6b82fd5f5928e520b392a63565ebfef0ddf037e" + integrity sha512-opGAl4+ip5jUikHR2C8Jo7czZ80pz8EK/0gMlAZu7xgDmBqIynlX8SMYg9KowYjAU6HT0nxsSJEWru0u+n+N2Q== dependencies: - shell-path "^2.0.0" + shell-path "^2.1.0" for-in@^1.0.2: version "1.0.2" @@ -2931,7 +2931,7 @@ shell-env@^0.3.0: execa "^0.5.0" strip-ansi "^3.0.0" -shell-path@^2.0.0: +shell-path@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/shell-path/-/shell-path-2.1.0.tgz#ea7d06ae1070874a1bac5c65bb9bdd62e4f67a38" integrity sha1-6n0GrhBwh0obrFxlu5vdYuT2ejg=