From 6313a3da3a79e2955e78e188686752d2638451e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 23:09:57 -0800 Subject: [PATCH] Bump mock-fs from 5.0.0 to 5.1.2 in /desktop (#3114) 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 5.0.0 to 5.1.2.
Changelog

Sourced from mock-fs's changelog.

5.1.2

5.1.1

5.1.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mock-fs&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=5.1.2)](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/3114 Reviewed By: jknoxville Differential Revision: D32698511 Pulled By: passy fbshipit-source-id: 0e1a698bab4ffdf01186184176848d8180789400 --- desktop/flipper-ui-core/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/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json index 7096da55a..f7050e5e3 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -80,7 +80,7 @@ "@types/lodash.memoize": "^4.1.6", "@types/split2": "^3.2.1", "flipper-test-utils": "0.0.0", - "mock-fs": "^5.0.0", + "mock-fs": "^5.1.2", "redux-mock-store": "^1.0.1", "ts-jest": "^26.5.6" }, diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 350205280..8f77d096f 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -24,7 +24,7 @@ "flipper-test-utils": "0.0.0", "globby": "^12.0.2", "jest": "^26.6.3", - "mock-fs": "^5.0.0", + "mock-fs": "^5.1.2", "prettier": "^2.4.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index c73ff408b..7e4ece2bd 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -28,7 +28,7 @@ "@types/node": "^15.12.5", "flipper-test-utils": "0.0.0", "jest": "^26.6.3", - "mock-fs": "^5.0.0", + "mock-fs": "^5.1.2", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "typescript": "^4.4.4" diff --git a/desktop/yarn.lock b/desktop/yarn.lock index a1eb159a8..2a2e1f85f 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -9714,10 +9714,10 @@ mkdirp@^0.5.1, mkdirp@^0.5.4: dependencies: minimist "^1.2.5" -mock-fs@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.0.0.tgz#5574520ac824c01a10091bf951c66f677c71acaa" - integrity sha512-A5mm/SpSDwwc/klSaEvvKMGQQtiGiQy8UcDAd/vpVO1fV+4zaHjt39yKgCSErFzv2zYxZIUx9Ud/7ybeHBf8Fg== +mock-fs@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.1.2.tgz#6fa486e06d00f8793a8d2228de980eff93ce6db7" + integrity sha512-YkjQkdLulFrz0vD4BfNQdQRVmgycXTV7ykuHMlyv+C8WCHazpkiQRDthwa02kSyo8wKnY9wRptHfQLgmf0eR+A== moment@^2.15.1, moment@^2.24.0, moment@^2.25.3: version "2.27.0"