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.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
</ul>
</details>
<br />

[![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)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1749

Reviewed By: mweststrate

Differential Revision: D25373220

Pulled By: passy

fbshipit-source-id: a9f69a8c29f3c0d04939e68341f36fc26cc609a7
This commit is contained in:
dependabot[bot]
2020-12-08 09:21:03 -08:00
committed by Facebook GitHub Bot
parent e33afdb938
commit 23751b45f3
7 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@
"@babel/types": "^7.11.0", "@babel/types": "^7.11.0",
"@emotion/babel-plugin": "^11.0.0", "@emotion/babel-plugin": "^11.0.0",
"@types/fs-extra": "^9.0.1", "@types/fs-extra": "^9.0.1",
"@types/node": "^14.14.6", "@types/node": "^14.14.10",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"tslib": "^2" "tslib": "^2"
}, },

View File

@@ -37,7 +37,7 @@
], ],
"author": "Facebook, Inc", "author": "Facebook, Inc",
"dependencies": { "dependencies": {
"@types/node": "^14.14.6", "@types/node": "^14.14.10",
"envinfo": "^7.5.1", "envinfo": "^7.5.1",
"fb-watchman": "^2.0.1" "fb-watchman": "^2.0.1"
} }

View File

@@ -140,7 +140,7 @@
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/mkdirp": "^1.0.0", "@types/mkdirp": "^1.0.0",
"@types/mock-fs": "^4.10.0", "@types/mock-fs": "^4.10.0",
"@types/node": "^14.14.6", "@types/node": "^14.14.10",
"@types/npm-packlist": "^1.1.1", "@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3", "@types/promise-retry": "^1.1.3",
"@types/react": "^17.0.0", "@types/react": "^17.0.0",

View File

@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.1", "@types/fs-extra": "^9.0.1",
"@types/jest": "^26", "@types/jest": "^26",
"@types/node": "^14.14.6", "@types/node": "^14.14.10",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"globby": "^11", "globby": "^11",
"jest": "^26", "jest": "^26",

View File

@@ -33,7 +33,7 @@
"@types/fs-extra": "^9.0.1", "@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.1", "@types/inquirer": "^7.3.1",
"@types/jest": "^26", "@types/jest": "^26",
"@types/node": "^14.14.6", "@types/node": "^14.14.10",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"globby": "^11", "globby": "^11",
"jest": "^26", "jest": "^26",

View File

@@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.1", "@types/fs-extra": "^9.0.1",
"@types/jest": "^26", "@types/jest": "^26",
"@types/node": "^14.14.6", "@types/node": "^14.14.10",
"flipper-test-utils": "0.0.0", "flipper-test-utils": "0.0.0",
"globby": "^11", "globby": "^11",
"jest": "^26", "jest": "^26",

View File

@@ -2411,10 +2411,10 @@
"@types/node" "*" "@types/node" "*"
form-data "^3.0.0" form-data "^3.0.0"
"@types/node@*", "@types/node@^14.14.6": "@types/node@*", "@types/node@^14.14.10":
version "14.14.6" version "14.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
"@types/node@^12.0.12": "@types/node@^12.0.12":
version "12.12.5" version "12.12.5"