From dc33b3f62775191c5013815f38054a738fd6a988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 12:12:32 -0700 Subject: [PATCH] Bump mock-fs from 4.13.0 to 4.14.0 in /desktop (#2240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [mock-fs](https://github.com/tschaub/mock-fs) from 4.13.0 to 4.14.0.
Release notes

Sourced from mock-fs's releases.

v4.14.0

Changelog

Sourced from mock-fs's changelog.

4.14.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mock-fs&package-manager=npm_and_yarn&previous-version=4.13.0&new-version=4.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/2240 Reviewed By: passy Differential Revision: D27999681 Pulled By: priteshrnandgaonkar fbshipit-source-id: e81a62d21c2aabb2b4688420014d1e4495585f51 --- desktop/app/package.json | 2 +- desktop/pkg-lib/package.json | 2 +- desktop/plugin-lib/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 393ead692..2dc8dfbc8 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -88,7 +88,7 @@ "@types/split2": "^2.1.6", "flipper-test-utils": "0.0.0", "metro-runtime": "^0.65.2", - "mock-fs": "^4.13.0", + "mock-fs": "^4.14.0", "pretty-format": "^26.1.0", "react-refresh": "^0.10.0", "redux-mock-store": "^1.0.1", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 2540e567c..021070aca 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -24,7 +24,7 @@ "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", - "mock-fs": "^4.13.0", + "mock-fs": "^4.14.0", "prettier": "^2.2.1", "rimraf": "^3.0.2", "ts-jest": "^26.0.0", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index 23250b437..a78a94a4c 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -31,7 +31,7 @@ "flipper-test-utils": "0.0.0", "globby": "^11.0.3", "jest": "^26.6.3", - "mock-fs": "^4.13.0", + "mock-fs": "^4.14.0", "rimraf": "^3.0.2", "ts-jest": "^26.0.0", "ts-node": "^8", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index e383bed0e..fef168348 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -9420,10 +9420,10 @@ mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4: dependencies: minimist "^1.2.5" -mock-fs@^4.13.0: - version "4.13.0" - resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.13.0.tgz#31c02263673ec3789f90eb7b6963676aa407a598" - integrity sha512-DD0vOdofJdoaRNtnWcrXe6RQbpHkPPmtqGq14uRX0F8ZKJ5nv89CVTYl/BZdppDxBDaV0hl75htg3abpEWlPZA== +mock-fs@^4.14.0: + version "4.14.0" + resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.14.0.tgz#ce5124d2c601421255985e6e94da80a7357b1b18" + integrity sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw== moment@^2.15.1, moment@^2.24.0, moment@^2.25.3: version "2.27.0"