From 23751b45f36a5d810ca677cecd74e1d70dc700d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 09:21:03 -0800 Subject: [PATCH] Bump @types/node from 14.14.6 to 14.14.10 in /desktop (#1749) Summary: [//]: # (dependabot-start) {emoji:26a0} **Dependabot is rebasing this PR** {emoji:26a0} If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.10.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.14.6&new-version=14.14.10)](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/1749 Reviewed By: mweststrate Differential Revision: D25373220 Pulled By: passy fbshipit-source-id: a9f69a8c29f3c0d04939e68341f36fc26cc609a7 --- desktop/babel-transformer/package.json | 2 +- desktop/doctor/package.json | 2 +- desktop/package.json | 2 +- desktop/pkg-lib/package.json | 2 +- desktop/pkg/package.json | 2 +- desktop/plugin-lib/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index f7e7a30aa..20b72ab61 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -25,7 +25,7 @@ "@babel/types": "^7.11.0", "@emotion/babel-plugin": "^11.0.0", "@types/fs-extra": "^9.0.1", - "@types/node": "^14.14.6", + "@types/node": "^14.14.10", "fs-extra": "^9.0.1", "tslib": "^2" }, diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index eddd5e306..21a611c54 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -37,7 +37,7 @@ ], "author": "Facebook, Inc", "dependencies": { - "@types/node": "^14.14.6", + "@types/node": "^14.14.10", "envinfo": "^7.5.1", "fb-watchman": "^2.0.1" } diff --git a/desktop/package.json b/desktop/package.json index e72c2ecd5..33fe13e1c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -140,7 +140,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/mkdirp": "^1.0.0", "@types/mock-fs": "^4.10.0", - "@types/node": "^14.14.6", + "@types/node": "^14.14.10", "@types/npm-packlist": "^1.1.1", "@types/promise-retry": "^1.1.3", "@types/react": "^17.0.0", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 5648ebb96..90662d40a 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/jest": "^26", - "@types/node": "^14.14.6", + "@types/node": "^14.14.10", "flipper-test-utils": "0.0.0", "globby": "^11", "jest": "^26", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index e99b8cfab..ddb39b9e3 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -33,7 +33,7 @@ "@types/fs-extra": "^9.0.1", "@types/inquirer": "^7.3.1", "@types/jest": "^26", - "@types/node": "^14.14.6", + "@types/node": "^14.14.10", "flipper-test-utils": "0.0.0", "globby": "^11", "jest": "^26", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index 516d54fe8..cfdb58c11 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/jest": "^26", - "@types/node": "^14.14.6", + "@types/node": "^14.14.10", "flipper-test-utils": "0.0.0", "globby": "^11", "jest": "^26", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 73fc35de0..5b059d27b 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2411,10 +2411,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^14.14.6": - version "14.14.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f" - integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== +"@types/node@*", "@types/node@^14.14.10": + version "14.14.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785" + integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== "@types/node@^12.0.12": version "12.12.5"