From 3cffaaa9b73838ec8a793e8cd2398f590dbbb739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 05:16:49 -0700 Subject: [PATCH] Bump envinfo from 7.4.0 to 7.5.1 in /desktop (#1323) Summary: Bumps [envinfo](https://github.com/tabrindle/envinfo) from 7.4.0 to 7.5.1.
Release notes

Sourced from envinfo's releases.

7.5.1

Thanks to these contributors for this release:

7.5.0

No release notes provided.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=envinfo&package-manager=npm_and_yarn&previous-version=7.4.0&new-version=7.5.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/1323 Reviewed By: nikoant Differential Revision: D22389104 Pulled By: passy fbshipit-source-id: 93716bf373ed55692ceacde2f8d679022b8a2f33 --- desktop/doctor/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 027321ccd..f88cceb71 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -39,7 +39,7 @@ "author": "Facebook, Inc", "dependencies": { "@types/node": "^13.11.0", - "envinfo": "^7.4.0", + "envinfo": "^7.5.1", "fb-watchman": "^2.0.1" } } diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 4ef1f3332..f5ba28ea3 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -4903,10 +4903,10 @@ env-paths@^2.2.0: resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43" integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== -envinfo@^7.4.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.4.0.tgz#bef4ece9e717423aaf0c3584651430b735ad6630" - integrity sha512-FdDfnWnCVjxTTpWE3d6Jgh5JDIA3Cw7LCgpM/pI7kK1ORkjaqI2r6NqQ+ln2j0dfpgxY00AWieSvtkiZQKIItA== +envinfo@^7.5.1: + version "7.5.1" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.5.1.tgz#93c26897225a00457c75e734d354ea9106a72236" + integrity sha512-hQBkDf2iO4Nv0CNHpCuSBeaSrveU6nThVxFGTrq/eDlV716UQk09zChaJae4mZRsos1x4YLY2TaH3LHUae3ZmQ== err-code@^1.0.0: version "1.1.2"