From 1262ee05f146fcd450488b3b1613f561a4e8fc5c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 27 Jan 2022 04:55:25 -0800
Subject: [PATCH] Bump react-debounce-render from 7.0.0 to 7.0.1 in /desktop
(#3351)
Summary:
Bumps [react-debounce-render](https://github.com/podefr/react-debounce-render) from 7.0.0 to 7.0.1.
Commits
[](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/3351
Reviewed By: mweststrate
Differential Revision: D33741785
Pulled By: lblasa
fbshipit-source-id: 4ceee9922dd80ec2ec47b9826fd8da09cd551122
---
desktop/flipper-ui-core/package.json | 2 +-
desktop/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json
index 9e3ae24d5..ab6d61725 100644
--- a/desktop/flipper-ui-core/package.json
+++ b/desktop/flipper-ui-core/package.json
@@ -32,7 +32,7 @@
"p-map": "^4.0.0",
"react": "17.0.2",
"react-async": "^10.0.0",
- "react-debounce-render": "^7.0.0",
+ "react-debounce-render": "^7.0.1",
"react-dom": "^17.0.1",
"react-element-to-jsx-string": "^14.3.4",
"react-markdown": "^6.0.3",
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index 13325cf9c..68140c3ff 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -10395,10 +10395,10 @@ react-color@^2.19.3:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"
-react-debounce-render@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/react-debounce-render/-/react-debounce-render-7.0.0.tgz#4e36df3a867b298ef64b6ab3b8bffb3d46d3055d"
- integrity sha512-OaI1RhLxchlV2nKukQgbq2CZG5DQoNkHG1O9vMw8fnY4bLCIdKPDy2EL4aQY9cdeXW/NkYkso7O/5ARbs/XI6w==
+react-debounce-render@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/react-debounce-render/-/react-debounce-render-7.0.1.tgz#61a9fcb87c1ad94d207b347beacbddac70387926"
+ integrity sha512-jaUGT8QQMPeO09k4YnQne7WCQwZLSTAlvyc4QL1zrIcGIwaq6lgQmzPwqY/1xM4rKQGOP3ihYuGNnctB3BRYuA==
dependencies:
hoist-non-react-statics "^3.3.2"
lodash.debounce "^4.0.8"