From 9085fc6f72348bf7173e26be882b86fef4da8b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 03:23:08 -0800 Subject: [PATCH] Bump immer from 9.0.6 to 9.0.7 in /desktop (#3138) Summary: Bumps [immer](https://github.com/immerjs/immer) from 9.0.6 to 9.0.7.
Release notes

Sourced from immer's releases.

v9.0.7

9.0.7 (2021-11-24)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=immer&package-manager=npm_and_yarn&previous-version=9.0.6&new-version=9.0.7)](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/3138 Reviewed By: aigoncharov Differential Revision: D33234026 Pulled By: mweststrate fbshipit-source-id: 95134c207a685125e1eaab4a6c9bc565a3077828 --- desktop/flipper-plugin/package.json | 2 +- desktop/flipper-ui-core/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/flipper-plugin/package.json b/desktop/flipper-plugin/package.json index 1c0924bdf..cb517c8cd 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^17.0.11", "eventemitter3": "^4.0.7", "flipper-common": "0.0.0", - "immer": "^9.0.6", + "immer": "^9.0.7", "js-base64": "^3.7.2", "lodash": "^4.17.21", "react-color": "^2.19.3", diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json index d743bf748..5af1a0a08 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -25,7 +25,7 @@ "flipper-plugin": "0.0.0", "flipper-ui-core": "0.0.0", "hotkeys-js": "^3.8.7", - "immer": "^9.0.6", + "immer": "^9.0.7", "js-base64": "^3.7.2", "lodash": "^4.17.21", "lodash.memoize": "^4.1.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 2d6a4682e..816d8e35e 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -6792,10 +6792,10 @@ immediate@~3.0.5: resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= -immer@^9.0.6: - version "9.0.6" - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.6.tgz#7a96bf2674d06c8143e327cbf73539388ddf1a73" - integrity sha512-G95ivKpy+EvVAnAab4fVa4YGYn24J1SpEktnJX7JJ45Bd7xqME/SCplFzYFmTbrkwZbQ4xJK1xMTUYBkN6pWsQ== +immer@^9.0.7: + version "9.0.7" + resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.7.tgz#b6156bd7db55db7abc73fd2fdadf4e579a701075" + integrity sha512-KGllzpbamZDvOIxnmJ0jI840g7Oikx58lBPWV0hUh7dtAyZpFqqrBZdKka5GlTwMTZ1Tjc/bKKW4VSFAt6BqMA== import-fresh@^2.0.0: version "2.0.0"